Browse Source

Bumped version to 0.9.5

Ask Solem 15 years ago
parent
commit
430944044f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/__init__.py

+ 1 - 1
celery/__init__.py

@@ -1,6 +1,6 @@
 """Distributed Task Queue"""
 
-VERSION = (0, 9, 4)
+VERSION = (0, 9, 5)
 
 __version__ = ".".join(map(str, VERSION))
 __author__ = "Ask Solem"