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