diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8dccd8bf4..ab1d8ecff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.0 +current_version = 0.19.0 commit = True tag = True sign = True diff --git a/inyoka/__init__.py b/inyoka/__init__.py index 3715c49b6..d546c92e5 100644 --- a/inyoka/__init__.py +++ b/inyoka/__init__.py @@ -118,4 +118,4 @@ socket.setdefaulttimeout(10.0) # Inyoka version is updated through bumpversion and can stay hardcoded here. -INYOKA_VERSION = "v0.18.0" +INYOKA_VERSION = "v0.19.0"