Skip to content

Commit

Permalink
Revert "Hotfix: remove usage of __version__ in docs (#35)"
Browse files Browse the repository at this point in the history
This reverts commit 641375a.
  • Loading branch information
freddyheppell committed Jul 15, 2024
1 parent 5a4e52c commit 7d461da
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,8 @@ or through importing as a library:

```pycon
>>> import wpextract
>>> help(wpextract)
Help on package wpextract:

NAME
wpextract
# etc...
>>> wpextract.__version__
1.0.0
```

## For Development
Expand Down

0 comments on commit 7d461da

Please sign in to comment.