Skip to content

Commit 0c71188

Browse files
committed
Bump version: 6.1.2 → 6.1.3
1 parent 1f23112 commit 0c71188

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.2
1+
6.1.3

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

0 commit comments

Comments
 (0)