Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
readicculus committed May 3, 2024
1 parent 5ea80b6 commit cbce43f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ setlists, shows, venues, and other phish related data. This project is not asso
follow their API's terms of service while using this project.

This wraps the API described in the [phish.net API v5 Docs](https://docs.phish.net/).
## Installation
This package is available on pypi [pysh-client](https://pypi.org/project/pysh-client/) and can be installed by running:
```bash
pip install pysh-client
```

## Requirements
#### API Key
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
# See https://setuptools.pypa.io/en/latest/userguide/quickstart.html for more project configuration options.
name = "pysh-client"
version = "0.1.0"
version = "0.1.1"
readme = "README.md"
description = "A phish.net API wrapper in Python."
classifiers = [
Expand Down

0 comments on commit cbce43f

Please sign in to comment.