From 689ff312e895965e78413ab60700548274e1c06b Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Wed, 22 May 2024 18:58:16 +0200 Subject: [PATCH] pre-release 3.0.0a1 (#119) --- README.md | 2 +- VERSION | 2 +- stac_fastapi/pgstac/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e0516d..8c47c3b 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/VERSION b/VERSION index fad066f..a6f4248 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 \ No newline at end of file +3.0.0a1 diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index 3cb583d..ee78e93 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,3 +1,3 @@ """library version.""" -__version__ = "3.0.0a0" +__version__ = "3.0.0a1"