Skip to content

Commit

Permalink
bump version 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Sep 20, 2024
1 parent e3e9b41 commit 3021ac5
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.1"
version = "1.0.2"
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.1"
current_version = "1.0.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 3021ac5

Please sign in to comment.