We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af247c commit 8c93c0fCopy full SHA for 8c93c0f
README.md
@@ -28,7 +28,7 @@ From source repository:
28
To install a specific versions of STAC, install the matching version of pystac.
29
30
```bash
31
-> pip install pystac==0.2.0
+> pip install pystac==0.3.0
32
```
33
34
The table below shows the corresponding versions between pystac and STAC:
docs/index.rst
@@ -10,7 +10,7 @@ Requirements
10
STAC Versions
11
=============
12
13
-* 0.2 -> STAC Version 0.8
+* 0.3 -> STAC Version 0.8
14
15
Standard pip install
16
====================
0 commit comments