diff --git a/pyproject.toml b/pyproject.toml index d8f3dd3dde7133a492f70ec50c70ddcc5dfe1aa7..3e30678dbd21c95f9a2a7f98b378263e2c65878e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vips_reference_model" -version = "0.2.4" +version = "0.2.5" description = "Example VIPS model, showcasing functionality" readme = "README.md" authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }] @@ -28,7 +28,7 @@ requires-python = ">=3.9" dev = ["bumpver", "pytest"] [tool.bumpver] -current_version = "0.2.4" +current_version = "0.2.5" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true