diff --git a/pyproject.toml b/pyproject.toml index dcd55e7..bd7bb2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ line-length = 100 profile = "black" [tool.bumpversion] -current_version = "1.2.1" +current_version = "1.2.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/test_actions/__init__.py b/test_actions/__init__.py index 1374520..cc1b375 100644 --- a/test_actions/__init__.py +++ b/test_actions/__init__.py @@ -2,4 +2,4 @@ Test python package to test Github actions """ -__version__ = "1.2.1" +__version__ = "1.2.2"