Skip to content

Commit b0f7c72

Browse files
committed
Bump version: stac-model 0.2.0 → 0.3.0
1 parent 831581d commit b0f7c72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
]
2727
# important: leave the name and version together for bump resolution
2828
name = "stac-model"
29-
version = "0.2.0"
29+
version = "0.3.0"
3030
description = "A PydanticV2 validation and serialization libary for the STAC ML Model Extension"
3131
readme = "README_STAC_MODEL.md"
3232
keywords = []

stac-model.bump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# they are actually intented for versioning the MLM specification itself.
77
# To version 'stac-model', use the 'bump-my-version bump' operation with this file.
88
# See also https://github.com/stac-extensions/mlm/blob/main/CONTRIBUTING.md#building-and-releasing
9-
current_version = "0.2.0"
9+
current_version = "0.3.0"
1010
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
1111
serialize = ["{major}.{minor}.{patch}"]
1212
search = "{current_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)