We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed5d30 commit f4c0816Copy full SHA for f4c0816
VERSION
@@ -1 +1 @@
1
-6.0.0
+6.0.1
pyproject.toml
@@ -29,7 +29,7 @@ ignore = [
29
30
31
[tool.bumpversion]
32
-current_version = "6.0.0"
+current_version = "6.0.1"
33
parse = """(?x)
34
(?P<major>\\d+)\\.
35
(?P<minor>\\d+)\\.
stac_fastapi/pgstac/version.py
@@ -1,3 +1,3 @@
"""library version."""
2
3
-__version__ = "6.0.0"
+__version__ = "6.0.1"
0 commit comments