Skip to content

Commit 115880f

Browse files
committed
4.0.1 -> 5.0.0
1 parent ad85799 commit 115880f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
5.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ section-order = ["future", "standard-library", "third-party", "first-party", "lo
2424
quote-style = "double"
2525

2626
[tool.bumpversion]
27-
current_version = "4.0.1"
27+
current_version = "5.0.0"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?P<minor>\\d+)\\.

stac_fastapi/api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
install_requires = [
99
"brotli_asgi",
10-
"stac-fastapi.types~=4.0",
10+
"stac-fastapi.types~=5.0",
1111
]
1212

1313
extra_reqs = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "4.0.1"
3+
__version__ = "5.0.0"

stac_fastapi/extensions/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
desc = f.read()
88

99
install_requires = [
10-
"stac-fastapi.types~=4.0",
11-
"stac-fastapi.api~=4.0",
10+
"stac-fastapi.types~=5.0",
11+
"stac-fastapi.api~=5.0",
1212
]
1313

1414
extra_reqs = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "4.0.1"
3+
__version__ = "5.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "4.0.1"
3+
__version__ = "5.0.0"

0 commit comments

Comments
 (0)