Skip to content

Commit 4f85826

Browse files
committed
Bump version: 0.3.2 → 0.3.3
1 parent b2266a3 commit 4f85826

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "eoapi-devseed"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -28,7 +28,7 @@ load = [
2828
]
2929

3030
[tool.bumpversion]
31-
current_version = "0.3.2"
31+
current_version = "0.3.3"
3232
search = "{current_version}"
3333
replace = "{new_version}"
3434
regex = false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""eoapi.raster."""
22

3-
__version__ = "0.3.2"
3+
__version__ = "0.3.3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""eoapi.stac."""
22

3-
__version__ = "0.3.2"
3+
__version__ = "0.3.3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""eoapi.vector."""
22

3-
__version__ = "0.3.2"
3+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)