Browse Source

Bump version to 0.3.10

Ask Solem 16 years ago
parent
commit
19b0d85c07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/__init__.py

+ 1 - 1
celery/__init__.py

@@ -1,5 +1,5 @@
 """Distributed Task Queue for Django"""
-VERSION = (0, 3, 9)
+VERSION = (0, 3, 10)
 __version__ = ".".join(map(str, VERSION))
 __author__ = "Ask Solem"
 __contact__ = "askh@opera.com"