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 81162c6 commit 689ff31Copy full SHA for 689ff31
README.md
@@ -53,7 +53,7 @@ To install:
53
```shell
54
git clone https://github.com/stac-utils/stac-fastapi-pgstac
55
cd stac-fastapi-pgstac
56
-pip install -e ".[dev,server,docs]"
+python -m pip install -e ".[dev,server,docs]"
57
```
58
59
To test:
VERSION
@@ -1 +1 @@
1
-2.5.0
+3.0.0a1
stac_fastapi/pgstac/version.py
@@ -1,3 +1,3 @@
"""library version."""
2
3
-__version__ = "3.0.0a0"
+__version__ = "3.0.0a1"
0 commit comments