diff --git a/pyproject.toml b/pyproject.toml index 8403c0c..f2143a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geodepot" -version = "1.0.2" +version = "1.0.3" authors = [ {name = "Balázs Dukai", email = "balazs.dukai@3dgi.nl"}, {name = "Ravi Peters", email = "ravi.peters@3dgi.nl"} @@ -45,7 +45,7 @@ Changelog = "https://github.com/3DGI/geodepot/blob/main/CHANGELOG.md" src = ["src", "tests"] [tool.bumpver] -current_version = "1.0.2" +current_version = "1.0.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"