Skip to content

Commit

Permalink
setup script is fixed, this requires bumping version again.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Apr 29, 2011
1 parent 1817038 commit 0c357ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
if cmd in sys.argv: if cmd in sys.argv:
from setuptools import setup from setuptools import setup


version='0.0.2' version='0.0.3'


setup( setup(
name = 'tornado-slacker', name = 'tornado-slacker',
Expand All @@ -23,6 +23,7 @@


packages=[ packages=[
'slacker', 'slacker',
'slacker.adisp',
'slacker.workers', 'slacker.workers',
'slacker.django_backend', 'slacker.django_backend',
], ],
Expand Down

0 comments on commit 0c357ac

Please sign in to comment.