Skip to content

Commit

Permalink
pre-release 3.0.0a1 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed May 22, 2024
1 parent 81162c6 commit 689ff31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To install:
```shell
git clone https://github.com/stac-utils/stac-fastapi-pgstac
cd stac-fastapi-pgstac
pip install -e ".[dev,server,docs]"
python -m pip install -e ".[dev,server,docs]"
```

To test:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
3.0.0a1
2 changes: 1 addition & 1 deletion stac_fastapi/pgstac/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""library version."""

__version__ = "3.0.0a0"
__version__ = "3.0.0a1"

0 comments on commit 689ff31

Please sign in to comment.