Skip to content

Commit

Permalink
Bump version: 7.2.0 → 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 14, 2024
1 parent 4663e21 commit ad0c7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ignore = [
max-complexity = 14

[tool.bumpversion]
current_version = "7.2.0"
current_version = "7.2.1"
search = "{current_version}"
replace = "{new_version}"
regex = false
Expand Down
2 changes: 1 addition & 1 deletion rio_tiler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""rio-tiler."""

__version__ = "7.2.0"
__version__ = "7.2.1"

from . import ( # noqa
colormap,
Expand Down

0 comments on commit ad0c7cd

Please sign in to comment.