Skip to content

Commit 966bfdf

Browse files
committed
Bump version: 6.0.2 → 6.1.0
1 parent 20781d4 commit 966bfdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.2
1+
6.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ ignore = [
144144
]
145145

146146
[tool.bumpversion]
147-
current_version = "6.0.2"
147+
current_version = "6.1.0"
148148
parse = """(?x)
149149
(?P<major>\\d+)\\.
150150
(?P<minor>\\d+)\\.

stac_fastapi/pgstac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""library version."""
22

3-
__version__ = "6.0.2"
3+
__version__ = "6.1.0"

0 commit comments

Comments
 (0)