diff --git a/setup.py b/setup.py index fbb3803..e6e305c 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup( name='pypusu', packages=['pypusu'], # this must be the same as the name above - version='1.0.1', + version='1.0.2', description='Python client for PuSuEngine', author='Janne Enberg', author_email='janne.enberg@lietu.net', url='https://github.com/PuSuEngine/pypusu', - download_url='https://github.com/PuSuEngine/pypusu/tarball/v1.0.1', + download_url='https://github.com/PuSuEngine/pypusu/tarball/v1.0.2', keywords=['pubsub', 'publisher', 'subscriber', 'messaging'], classifiers=[ "Development Status :: 5 - Production/Stable",