Skip to content

Commit ad4eac3

Browse files
committed
bump down version to 0.0.0
1 parent 835e9f9 commit ad4eac3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Install the package with development requirements:
3131
$ poetry install
3232
```
3333

34+
Note: if `poetry update` or `poetry install` hang, try running `poetry cache clear --all pypi` to fix the issue.
35+
3436
You can now run the command-line interface:
3537

3638
```console

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stac-api-validator"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)