Skip to content

Commit

Permalink
switch to bump-my-version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Aug 1, 2024
1 parent 15a09b6 commit 7ce5a40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .bumpversion.cfg

This file was deleted.

14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,17 @@ explicit_package_bases = true
filterwarnings = [
"ignore::rasterio.errors.NotGeoreferencedWarning",
]

[tool.bumpversion]
current_version = "1.3.0"
search = "{current_version}"
replace = "{new_version}"
regex = false
tag = true
commit = true
tag_name = "{new_version}"

[[tool.bumpversion.files]]
filename = "titiler/pgstac/__init__.py"
search = '__version__ = "{current_version}"'
replace = '__version__ = "{new_version}"'

0 comments on commit 7ce5a40

Please sign in to comment.