Skip to content

Commit 045be75

Browse files
committed
Bump version: 6.1.0 → 6.1.1
1 parent d70174d commit 045be75

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

VERSION

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-fastapi"
3-
version = "6.1.0"
3+
version = "6.1.1"
44
description = "Python library for building a STAC-compliant FastAPI application."
55
requires-python = ">=3.9"
66
readme = "README.md"
@@ -81,7 +81,7 @@ explicit_package_bases = true
8181
exclude = ["tests", ".venv"]
8282

8383
[tool.bumpversion]
84-
current_version = "6.1.0"
84+
current_version = "6.1.1"
8585
parse = """(?x)
8686
(?P<major>\\d+)\\.
8787
(?P<minor>\\d+)\\.
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.0"
3+
__version__ = "6.1.1"
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.0"
3+
__version__ = "6.1.1"
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.0"
3+
__version__ = "6.1.1"

0 commit comments

Comments
 (0)