Skip to content

Commit 089cc66

Browse files
committed
Bump version: 0.3.1 → 0.3.2
1 parent b8abf4e commit 089cc66

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ load = [
2828
]
2929

3030
[tool.bumpversion]
31-
current_version = "0.3.1"
31+
current_version = "0.3.2"
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.1"
3+
__version__ = "0.3.2"
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.1"
3+
__version__ = "0.3.2"
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.1"
3+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)