From f68f4e17936664ed275aa9bf943d85a2f2662460 Mon Sep 17 00:00:00 2001 From: Olaf Gladis Date: Thu, 17 Nov 2016 19:54:23 +0100 Subject: [PATCH] bump version to 2.0.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4e193d6..2c853d1 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name='smtplibaio', py_modules=['smtplibaio'], # this must be the same as the name above - version='1.0.4', + version='2.0.0', description='An async version of smtplib', author='Olaf Gladis', author_email='github@gladis.org', url='https://github.com/hwmrocker/smtplibaio', # use the URL to the github repo - download_url='https://github.com/hwmrocker/smtplibaio/tarball/1.0.4', # I'll explain this in a second + download_url='https://github.com/hwmrocker/smtplibaio/tarball/2.0.0', # I'll explain this in a second keywords=['smtplib', 'asyncio'], # arbitrary keywords classifiers=[ "License :: OSI Approved :: MIT License",