From 21a28cefb0ef2d6f3ca18fcc6a48159d2b16d72c Mon Sep 17 00:00:00 2001 From: cardinam Date: Tue, 13 Feb 2024 13:16:50 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- taskq/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"