Skip to content

Commit c438f79

Browse files
committed
Bump version: 6.2.0 → 6.2.1
1 parent 4704907 commit c438f79

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.0
1+
6.2.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.2.0"
3+
version = "6.2.1"
44
description = "Python library for building a STAC-compliant FastAPI application."
55
requires-python = ">=3.11"
66
readme = "README.md"
@@ -80,7 +80,7 @@ explicit_package_bases = true
8080
exclude = ["tests", ".venv"]
8181

8282
[tool.bumpversion]
83-
current_version = "6.2.0"
83+
current_version = "6.2.1"
8484
parse = """(?x)
8585
(?P<major>\\d+)\\.
8686
(?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.2.0"
3+
__version__ = "6.2.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.2.0"
3+
__version__ = "6.2.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.2.0"
3+
__version__ = "6.2.1"

0 commit comments

Comments
 (0)