Skip to content

Commit

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

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

NAME
wpextract
# etc...
```

## For Development
Expand Down

0 comments on commit 641375a

Please sign in to comment.