Skip to content

Commit

Permalink
Bump version: 7.2.1 → 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Nov 18, 2024
1 parent 9fce993 commit 83e8fc4
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.1"
current_version = "7.2.2"
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.1"
__version__ = "7.2.2"

from . import ( # noqa
colormap,
Expand Down

0 comments on commit 83e8fc4

Please sign in to comment.