Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hwmrocker committed Nov 17, 2016
1 parent df7cde1 commit f68f4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f68f4e1

Please sign in to comment.