Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoes committed Feb 28, 2012
1 parent 955758d commit db43803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -19,7 +19,7 @@

setup(
name='TornadIO2',
version='0.0.1',
version='0.0.2',
author='Serge S. Koval',
author_email='serge.koval@gmail.com',
packages=['tornadio2'],
Expand All @@ -31,6 +31,6 @@
requires=['simplejson', 'tornado'],
install_requires=[
'simplejson >= 2.1.0',
'tornado >= 2.0.0'
'tornado >= 2.2.0'
]
)

0 comments on commit db43803

Please sign in to comment.