We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270c000 commit bc36f6dCopy full SHA for bc36f6d
pyproject.toml
@@ -153,7 +153,7 @@ ignore = [
153
max-complexity = 14
154
155
[tool.bumpversion]
156
-current_version = "6.7.0"
+current_version = "6.8.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.7.0"
+__version__ = "6.8.0"
4
5
from . import ( # noqa
6
colormap,
0 commit comments