Skip to content

Commit 83e8fc4

Browse files
committed
Bump version: 7.2.1 → 7.2.2
1 parent 9fce993 commit 83e8fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ ignore = [
158158
max-complexity = 14
159159

160160
[tool.bumpversion]
161-
current_version = "7.2.1"
161+
current_version = "7.2.2"
162162
search = "{current_version}"
163163
replace = "{new_version}"
164164
regex = false

rio_tiler/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""rio-tiler."""
22

3-
__version__ = "7.2.1"
3+
__version__ = "7.2.2"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)