@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 4.0.1
+current_version = 4.0.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
@@ -2,7 +2,7 @@
|build-status| |license| |wheel| |pyversion| |pyimp|
-:Version: 4.0.1 (latentcall)
+:Version: 4.0.2 (latentcall)
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: https://github.com/celery/celery/
@@ -14,7 +14,7 @@ from collections import namedtuple
SERIES = 'latentcall'
-__version__ = '4.0.1'
+__version__ = '4.0.2'
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
__homepage__ = 'http://celeryproject.org'
@@ -1,4 +1,4 @@