Skip to content

Commit

Permalink
Bumps version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Mar 11, 2012
1 parent 64d41be commit c3b1800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Cyme - Celery instance manager
===============================================

:Version: 0.0.4
:Version: 0.0.5
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/cyme/
:Keywords: celery, task queue, job queue, cloud, service
Expand Down
2 changes: 1 addition & 1 deletion cyme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import os

VERSION = (0, 0, 4)
VERSION = (0, 0, 5)

__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
Expand Down

0 comments on commit c3b1800

Please sign in to comment.