Skip to content

Commit acab661

Browse files
committed
Bump version: 7.2.2 → 7.3.0
1 parent 6fbfb91 commit acab661

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
@@ -161,7 +161,7 @@ exclude = [
161161
max-complexity = 14
162162

163163
[tool.bumpversion]
164-
current_version = "7.2.2"
164+
current_version = "7.3.0"
165165
search = "{current_version}"
166166
replace = "{new_version}"
167167
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.2"
3+
__version__ = "7.3.0"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)