We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffac766 commit 69d77a2Copy full SHA for 69d77a2
pyproject.toml
@@ -161,7 +161,7 @@ exclude = [
161
max-complexity = 14
162
163
[tool.bumpversion]
164
-current_version = "7.4.0"
+current_version = "7.5.0"
165
search = "{current_version}"
166
replace = "{new_version}"
167
regex = false
rio_tiler/__init__.py
@@ -1,6 +1,6 @@
1
"""rio-tiler."""
2
3
-__version__ = "7.4.0"
+__version__ = "7.5.0"
4
5
from . import ( # noqa
6
colormap,
0 commit comments