From 3900dc080e1a29a5619a67b96254f7a9ca81808a Mon Sep 17 00:00:00 2001 From: Andrew Sutulov Date: Fri, 31 May 2024 13:04:42 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_temporalio/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_temporalio/__init__.py b/django_temporalio/__init__.py index fced291..50a7712 100644 --- a/django_temporalio/__init__.py +++ b/django_temporalio/__init__.py @@ -1,6 +1,6 @@ __title__ = "django-temporalio" __description__ = "Temporal.io integration for Django" -__version__ = "1.0.0" +__version__ = "1.1.0" __url__ = "https://github.com/RegioHelden/django-temporalio" __author__ = "RegioHelden GmbH" __author_email__ = "opensource@regiohelden.de" diff --git a/setup.cfg b/setup.cfg index 3c10b10..150dd75 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True