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 Sep 4, 2024
1 parent 7a4b1b3 commit dbe1fd6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .bumpversion.cfg

This file was deleted.

15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ tilebench = [

dev = [
"pre-commit",
"bump-my-version",
]
s3 = [
"boto3",
Expand Down Expand Up @@ -150,3 +151,17 @@ ignore = [

[tool.ruff.lint.mccabe]
max-complexity = 14

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

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

0 comments on commit dbe1fd6

Please sign in to comment.