diff --git a/djcelery/__init__.py b/djcelery/__init__.py index b9437d04..8d3a0d3b 100644 --- a/djcelery/__init__.py +++ b/djcelery/__init__.py @@ -6,7 +6,7 @@ import os import sys -VERSION = (3, 2, 0, 'a1') +VERSION = (3, 2, 0,) __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:]) __author__ = 'Ask Solem' __contact__ = 'ask@celeryproject.org'