Skip to content

Commit 689ff31

Browse files
pre-release 3.0.0a1 (#119)
1 parent 81162c6 commit 689ff31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To install:
5353
```shell
5454
git clone https://github.com/stac-utils/stac-fastapi-pgstac
5555
cd stac-fastapi-pgstac
56-
pip install -e ".[dev,server,docs]"
56+
python -m pip install -e ".[dev,server,docs]"
5757
```
5858

5959
To test:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
3.0.0a1

stac_fastapi/pgstac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""library version."""
22

3-
__version__ = "3.0.0a0"
3+
__version__ = "3.0.0a1"

0 commit comments

Comments
 (0)