We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fce993 commit 83e8fc4Copy full SHA for 83e8fc4
pyproject.toml
@@ -158,7 +158,7 @@ ignore = [
158
max-complexity = 14
159
160
[tool.bumpversion]
161
-current_version = "7.2.1"
+current_version = "7.2.2"
162
search = "{current_version}"
163
replace = "{new_version}"
164
regex = false
rio_tiler/__init__.py
@@ -1,6 +1,6 @@
1
"""rio-tiler."""
2
3
-__version__ = "7.2.1"
+__version__ = "7.2.2"
4
5
from . import ( # noqa
6
colormap,
0 commit comments