diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a59ec4d93..c6851fcbd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.34.0 +current_version = 0.34.1 commit = True tag = True sign = True diff --git a/inyoka/__init__.py b/inyoka/__init__.py index 134f1a22a..37b905a78 100644 --- a/inyoka/__init__.py +++ b/inyoka/__init__.py @@ -18,4 +18,4 @@ from .celery_app import app as celery_app # noqa # Inyoka version is updated through bumpversion and can stay hardcoded here. -INYOKA_VERSION = "v0.34.0" +INYOKA_VERSION = "v0.34.1"