diff --git a/setup.cfg b/setup.cfg index b72c363..6404db3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 4046c42..2c9e7e5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="django-taskq", - version="0.5.1", + version="0.5.2", description="Yet another task queue", author="ipso sante", author_email="contact@ipsosante.fr", diff --git a/taskq/__init__.py b/taskq/__init__.py index dd9b22c..7225152 100644 --- a/taskq/__init__.py +++ b/taskq/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2"