Skip to content

Commit d576531

Browse files
committed
0.1.0 -> 0.2.0
1 parent f8fdb58 commit d576531

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.1.0"
3+
version = "0.2.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -29,7 +29,7 @@ load = [
2929
]
3030

3131
[tool.bumpversion]
32-
current_version = "0.1.0"
32+
current_version = "0.2.0"
3333
search = "{current_version}"
3434
replace = "{new_version}"
3535
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.1.0"
3+
__version__ = "0.2.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.1.0"
3+
__version__ = "0.2.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.1.0"
3+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)