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 1dbb193 commit 090bf07Copy full SHA for 090bf07
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## [Unreleased]
4
5
-## [0.1.0] - TBD
+## [0.1.0] - 2024-06-11
6
7
* initial release
8
titiler/stacapi/__init__.py
@@ -1,3 +1,3 @@
1
-"""titiler.cmr"""
+"""titiler.stacapi"""
__version__ = "0.1.0"
titiler/stacapi/models.py
@@ -1,4 +1,4 @@
-"""ogcapi pydantic models.
+"""titiler.stacapi ogcapi pydantic models.
This might be moved in an external python module
0 commit comments