We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2266a3 commit 4f85826Copy full SHA for 4f85826
4 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "eoapi-devseed"
3
-version = "0.3.2"
+version = "0.3.3"
4
description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.12"
@@ -28,7 +28,7 @@ load = [
28
]
29
30
[tool.bumpversion]
31
-current_version = "0.3.2"
+current_version = "0.3.3"
32
search = "{current_version}"
33
replace = "{new_version}"
34
regex = false
runtimes/eoapi/raster/eoapi/raster/__init__.py
@@ -1,3 +1,3 @@
"""eoapi.raster."""
-__version__ = "0.3.2"
+__version__ = "0.3.3"
runtimes/eoapi/stac/eoapi/stac/__init__.py
"""eoapi.stac."""
runtimes/eoapi/vector/eoapi/vector/__init__.py
"""eoapi.vector."""
0 commit comments