We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe1fd6 commit 09ed5c3Copy full SHA for 09ed5c3
pyproject.toml
@@ -153,7 +153,7 @@ ignore = [
153
max-complexity = 14
154
155
[tool.bumpversion]
156
-current_version = "6.6.1"
+current_version = "6.7.0"
157
search = "{current_version}"
158
replace = "{new_version}"
159
regex = false
rio_tiler/__init__.py
@@ -1,6 +1,6 @@
1
"""rio-tiler."""
2
3
-__version__ = "6.6.1"
+__version__ = "6.7.0"
4
5
from . import ( # noqa
6
colormap,
0 commit comments