Skip to content

Commit 411581b

Browse files
committed
Move to 1.0.0; let's all use semver
1 parent de7177b commit 411581b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aiosmtplib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313
__title__ = 'aiosmtplib'
14-
__version__ = '0.1.7'
14+
__version__ = '1.0.0'
1515
__author__ = 'Cole Maclean'
1616
__license__ = 'MIT'
1717
__copyright__ = 'Copyright 2016 Cole Maclean'

0 commit comments

Comments
 (0)