Skip to content

Commit 219c84f

Browse files
committed
Bump version: 0.10.1 → 0.11.0
1 parent be96ab4 commit 219c84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ignore = [
110110
max-complexity = 14
111111

112112
[tool.bumpversion]
113-
current_version = "0.10.1"
113+
current_version = "0.11.0"
114114

115115
search = "{current_version}"
116116
replace = "{new_version}"

rio_stac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""rio-stac: Create STAC items from raster file."""
22

3-
__version__ = "0.10.1"
3+
__version__ = "0.11.0"
44

55
from rio_stac.stac import create_stac_item # noqa

0 commit comments

Comments
 (0)