Skip to content

Commit

Permalink
bump version 1.0.2 -> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Sep 20, 2024
1 parent 09dad9c commit 5426909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
{name = "Ravi Peters", email = "[email protected]"}
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit 5426909

Please sign in to comment.