diff --git a/pyproject.toml b/pyproject.toml index 25a74cb..0ddc273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymammotion" -version = "0.0.40" +version = "0.0.42" license = "GNU-3.0" description = "" readme = "README.md" @@ -49,7 +49,7 @@ pre-commit = "^3.7.1" [tool.bumpver] -current_version = "0.0.40" +current_version = "0.0.42" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true