Skip to content

Commit 471f46a

Browse files
committed
Bump version: 6.1.1 → 6.1.2
1 parent c56c24e commit 471f46a

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.1.1
1+
6.1.2

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.1.1"
147+
current_version = "6.1.2"
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.1.1"
3+
__version__ = "6.1.2"

0 commit comments

Comments
 (0)