We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477cdeb commit 46557b9Copy full SHA for 46557b9
pyproject.toml
@@ -99,7 +99,7 @@ ignore = [
99
]
100
101
[tool.bumpversion]
102
-current_version = "7.0.0"
+current_version = "7.0.1"
103
search = "{current_version}"
104
replace = "{new_version}"
105
tag = true
rio_cogeo/__init__.py
@@ -1,6 +1,6 @@
1
"""rio_cogeo: Cloud Optimized GeoTIFF creation and validation plugin for rasterio."""
2
3
-__version__ = "7.0.0"
+__version__ = "7.0.1"
4
5
from .cogeo import cog_info, cog_translate, cog_validate # noqa
6
from .profiles import cog_profiles # noqa
0 commit comments