diff --git a/app_helper/__init__.py b/app_helper/__init__.py index fe9311c..2cac1d8 100644 --- a/app_helper/__init__.py +++ b/app_helper/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.3.2" +__version__ = "3.3.3.dev1" __author__ = "Iacopo Spalletti " __all__ = ["runner"] diff --git a/pyproject.toml b/pyproject.toml index 5734ded..c90ec41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ commit = true message = "Release {new_version}" commit_args = "--no-verify" tag = false -current_version = "3.3.2" +current_version = "3.3.3.dev1" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)