diff --git a/djcelery/__init__.py b/djcelery/__init__.py index 33b433d3..13644a8f 100644 --- a/djcelery/__init__.py +++ b/djcelery/__init__.py @@ -6,7 +6,7 @@ import os import sys -VERSION = (4, 1, 0, 'sc') +VERSION = (4, 1, 0) __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:]) __author__ = 'Ask Solem' __contact__ = 'ask@celeryproject.org'