Skip to content

Commit 340fd66

Browse files
committed
Bump version: 6.1.3 → 6.1.4
1 parent 6c6c41f commit 340fd66

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.3
1+
6.1.4

pyproject.toml

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

145145
[tool.bumpversion]
146-
current_version = "6.1.3"
146+
current_version = "6.1.4"
147147
parse = """(?x)
148148
(?P<major>\\d+)\\.
149149
(?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.3"
3+
__version__ = "6.1.4"

0 commit comments

Comments
 (0)