Skip to content

Commit dedb2b9

Browse files
authored
Merge pull request #169 from zero-sum-seattle/readme#1
Updated readme file with new installation example
2 parents c283d96 + 6b2464d commit dedb2b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get started with the library, refer to the information provided in this READM
3535

3636
## Installation
3737
```python
38-
python3 -m pip install -i https://test.pypi.org/simple/ python-mlb-statsapi
38+
python3 -m pip install python-mlb-statsapi==0.5.2
3939
```
4040
## Usage
4141
```python

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-mlb-statsapi"
7-
version = "0.5.2"
7+
version = "0.5.3"
88

99
authors = [
1010
{ name="Matthew Spah", email="spahmatthew@gmail.com" },

0 commit comments

Comments
 (0)