Skip to content

Commit 95082fc

Browse files
committed
Bump version: 0.9.0 → 0.9.1
1 parent b3ec440 commit 95082fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Once installed within your Python environment, spatula can be invoked on the com
66

77
``` console
88
(scrape-venv) ~/scrape-proj $ spatula --version
9-
spatula, version 0.9.0
9+
spatula, version 0.9.1
1010
```
1111

1212
Or with poetry:
1313

1414
``` console
1515
~/scrape-proj $ poetry run spatula --version
16-
spatula, version 0.9.0
16+
spatula, version 0.9.1
1717
```
1818

1919
The CLI provides four useful subcommands for different stages of development:

src/spatula/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from .pages import Page, ListPage
2020

2121

22-
VERSION = "0.9.0"
22+
VERSION = "0.9.1"
2323

2424

2525
def scraper_params(func: typing.Callable) -> typing.Callable:

0 commit comments

Comments
 (0)