1 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
Olivier Demah
944e1302d8 v 1.0.1 2016-04-22 12:51:30 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet',
'Topic :: Communications',
],
install_requires=install_requires,
include_package_data=True,

View File

@@ -1,2 +1,2 @@
VERSION = (1, 0, 0) # PEP 386
VERSION = (1, 0, 1) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])