Skip to content

Commit

Permalink
Merge pull request #169 from zero-sum-seattle/readme#1
Browse files Browse the repository at this point in the history
Updated readme file with new installation example
  • Loading branch information
KCNilssen authored Jan 9, 2023
2 parents c283d96 + 6b2464d commit dedb2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To get started with the library, refer to the information provided in this READM

## Installation
```python
python3 -m pip install -i https://test.pypi.org/simple/ python-mlb-statsapi
python3 -m pip install python-mlb-statsapi==0.5.2
```
## Usage
```python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "python-mlb-statsapi"
version = "0.5.2"
version = "0.5.3"

authors = [
{ name="Matthew Spah", email="[email protected]" },
Expand Down

0 comments on commit dedb2b9

Please sign in to comment.