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 be96ab4 commit 219c84fCopy full SHA for 219c84f
pyproject.toml
@@ -110,7 +110,7 @@ ignore = [
110
max-complexity = 14
111
112
[tool.bumpversion]
113
-current_version = "0.10.1"
+current_version = "0.11.0"
114
115
search = "{current_version}"
116
replace = "{new_version}"
rio_stac/__init__.py
@@ -1,5 +1,5 @@
1
"""rio-stac: Create STAC items from raster file."""
2
3
-__version__ = "0.10.1"
+__version__ = "0.11.0"
4
5
from rio_stac.stac import create_stac_item # noqa
0 commit comments