Skip to content

Commit 49a886b

Browse files
committed
0.3.0 -> 0.3.1
1 parent 7a1aba5 commit 49a886b

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.3.1] - 2025-09-26
8+
9+
* fix titiler tilejson endpoints
10+
711
## [0.3.0] - 2025-09-25
812

913
* update eoapi-cdk version to `10.2.5`

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

0 commit comments

Comments
 (0)