diff --git a/setup.cfg b/setup.cfg index 30a1ce4..3f20f8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 0e94d47..7ad2e76 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="django-taskq", - version="0.6.0", + version="0.7.0", description="Yet another task queue", author="ipso sante", author_email="contact@ipsosante.fr", diff --git a/taskq/__init__.py b/taskq/__init__.py index 906d362..49e0fc1 100644 --- a/taskq/__init__.py +++ b/taskq/__init__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.7.0"