Skip to content

Commit b9c2917

Browse files
committed
0.2.0 -> 0.3.0
1 parent ac42ad3 commit b9c2917

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.2.0"
3+
version = "0.3.0"
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.2.0"
31+
current_version = "0.3.0"
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.2.0"
3+
__version__ = "0.3.0"
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.2.0"
3+
__version__ = "0.3.0"
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.2.0"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)