diff --git a/README.md b/README.md index 2bfbb94..df8d74c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Servala Self-Service Portal -Latest release: 2025.04.14-0 +Latest release: 2025.04.14-1 ## Documentation diff --git a/pyproject.toml b/pyproject.toml index d919325..9f7812f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ testpaths = "src/tests" pythonpath = "src" [tool.bumpver] -current_version = "2025.04.14-0" +current_version = "2025.04.14-1" version_pattern = "YYYY.0M.0D-INC0" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/src/servala/__about__.py b/src/servala/__about__.py index e803502..00523be 100644 --- a/src/servala/__about__.py +++ b/src/servala/__about__.py @@ -1 +1 @@ -__version__ = "2025.04.14-0" +__version__ = "2025.04.14-1"