Skip to content

Commit

Permalink
Making it v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lietu committed Jul 9, 2016
1 parent 38e59ca commit d59e15f
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 @@ -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='[email protected]',
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",
Expand Down

0 comments on commit d59e15f

Please sign in to comment.