Skip to content

Commit ad0c7cd

Browse files
committed
Bump version: 7.2.0 → 7.2.1
1 parent 4663e21 commit ad0c7cd

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.0"
161+
current_version = "7.2.1"
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.0"
3+
__version__ = "7.2.1"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)