From 542690997a9e84e13c20dacd974dbab9f2cebe99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Dukai?= Date: Fri, 20 Sep 2024 14:29:21 +0200 Subject: [PATCH] bump version 1.0.2 -> 1.0.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}"