File tree Expand file tree Collapse file tree
extensions/stac_fastapi/extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 6.1.2
1+ 6.1.3
Original file line number Diff line number Diff line change 11[project ]
22name = " stac-fastapi"
3- version = " 6.1.2 "
3+ version = " 6.1.3 "
44description = " Python library for building a STAC-compliant FastAPI application."
55requires-python = " >=3.9"
66readme = " README.md"
@@ -81,7 +81,7 @@ explicit_package_bases = true
8181exclude = [" tests" , " .venv" ]
8282
8383[tool .bumpversion ]
84- current_version = " 6.1.2 "
84+ current_version = " 6.1.3 "
8585parse = """ (?x)
8686 (?P<major>\\ d+)\\ .
8787 (?P<minor>\\ d+)\\ .
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "6.1.2 "
3+ __version__ = "6.1.3 "
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "6.1.2 "
3+ __version__ = "6.1.3 "
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "6.1.2 "
3+ __version__ = "6.1.3 "
You can’t perform that action at this time.
0 commit comments