Skip to content

Commit

Permalink
rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Feb 15, 2012
1 parent 3d593fc commit 34ccd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cyclone/__init__.py
Expand Up @@ -16,4 +16,4 @@
# under the License.

__author__ = "Alexandre Fiori"
__version__ = version = "1.0-rc2"
__version__ = version = "1.0-rc3"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name="cyclone",
version="1.0-rc2",
version="1.0-rc3",
packages=["cyclone", "cyclone.redis"],
#install_requires=["twisted"],
author="fiorix",
Expand Down

0 comments on commit 34ccd01

Please sign in to comment.