Skip to content

Commit 14d88b2

Browse files
committed
update version
1 parent 8ad2cd6 commit 14d88b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stac_fastapi/sfeos_helpers/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
desc = f.read()
77

88
install_requires = [
9-
"stac-fastapi.core==4.1.0",
9+
"stac-fastapi.core==4.2.0",
1010
]
1111

1212
setup(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "4.1.0"
2+
__version__ = "4.2.0"

0 commit comments

Comments
 (0)