We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd7107 commit dd5ce03Copy full SHA for dd5ce03
pyproject.toml
@@ -158,7 +158,7 @@ ignore = [
158
max-complexity = 14
159
160
[tool.bumpversion]
161
-current_version = "7.1.0"
+current_version = "7.2.0"
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.1.0"
+__version__ = "7.2.0"
4
5
from . import ( # noqa
6
colormap,
0 commit comments