Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Jul 10, 2024
1 parent b3ec440 commit 95082fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Once installed within your Python environment, spatula can be invoked on the com

``` console
(scrape-venv) ~/scrape-proj $ spatula --version
spatula, version 0.9.0
spatula, version 0.9.1
```

Or with poetry:

``` console
~/scrape-proj $ poetry run spatula --version
spatula, version 0.9.0
spatula, version 0.9.1
```

The CLI provides four useful subcommands for different stages of development:
Expand Down
2 changes: 1 addition & 1 deletion src/spatula/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .pages import Page, ListPage


VERSION = "0.9.0"
VERSION = "0.9.1"


def scraper_params(func: typing.Callable) -> typing.Callable:
Expand Down

0 comments on commit 95082fc

Please sign in to comment.