Skip to content

Commit 1a01854

Browse files
committed
Adding v1.1.11 commit
1 parent 39c0d8e commit 1a01854

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#### An API Client package to access the APIs for NBA.com
99

10-
##### Development Version: v1.1.10
10+
##### Development Version: v1.1.11
1111

1212
`nba_api` is an API Client for `www.nba.com`. This package is meant to make the API Endpoints more accessible and to provide extensive documentation.
1313

docs/version_log.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# `v1.1.11`
2+
#### `2021-11-08`
3+
`Live NBA Stats`
4+
- Adding missing live functionality [#231](https://github.com/swar/nba_api/pull/231)
5+
16
# `v1.1.10`
27
#### `2021-10-31`
38
`stats.nba.com`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="nba_api",
8-
version="1.1.10",
8+
version="1.1.11",
99
author="Swar Patel",
1010
author_email="[email protected]",
1111
description="An API Client package to access the APIs for NBA.com",

0 commit comments

Comments
 (0)