We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c62d8 commit 7b96420Copy full SHA for 7b96420
pyproject.toml
@@ -157,7 +157,7 @@ ignore = [
157
max-complexity = 14
158
159
[tool.bumpversion]
160
-current_version = "7.0.0"
+current_version = "7.0.1"
161
search = "{current_version}"
162
replace = "{new_version}"
163
regex = false
rio_tiler/__init__.py
@@ -1,6 +1,6 @@
1
"""rio-tiler."""
2
3
-__version__ = "7.0.0"
+__version__ = "7.0.1"
4
5
from . import ( # noqa
6
colormap,
0 commit comments