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