Skip to content

Commit

Permalink
Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Oct 26, 2009
1 parent b6a5348 commit 6ac410f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@
summ = """This is the Twisted implementation of Deferred objects with no requirements on the rest of Twisted for use a general purpose callback API."""

PACKAGE_NAME = "deferred"
PACKAGE_VERSION = "0.1"
PACKAGE_VERSION = "0.2"

setup(name=PACKAGE_NAME,
version=PACKAGE_VERSION,
Expand All @@ -19,7 +19,7 @@
classifiers=['Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules',
]
Expand Down

0 comments on commit 6ac410f

Please sign in to comment.