Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lev145-live committed Dec 18, 2021
1 parent fce537a commit ee4d39b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ pip install --editable .
pip install git+https://github.com/LEv145/spore.py
```

Or from pypi

```py
pip install spore.py
```

### Simple examples

```py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name="spore.py",
author="LEv145",
version="1.1",
version="1.1.1",
description="Spore REST API client",
install_requires=requirements,
packages=["spore_api"],
Expand Down

0 comments on commit ee4d39b

Please sign in to comment.