We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b146831 commit b2deda8Copy full SHA for b2deda8
pyproject.toml
@@ -98,7 +98,7 @@ ignore = [
98
]
99
100
[tool.bumpversion]
101
-current_version = "6.0.0"
+current_version = "7.0.0"
102
search = "{current_version}"
103
replace = "{new_version}"
104
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__ = "6.0.0"
+__version__ = "7.0.0"
4
5
from .cogeo import cog_info, cog_translate, cog_validate # noqa
6
from .profiles import cog_profiles # noqa
0 commit comments