diff --git a/pyproject.toml b/pyproject.toml index c1e4dcba16b1533a2ab0fc5d1a0a95a3e1028afa..aeee457b76ecac3a3fe7c312bb4ae83b32d4ad6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vips_reference_model" -version = "0.2.2" +version = "0.2.3" 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.2" +current_version = "0.2.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true