diff --git a/README.md b/README.md index 5d8e088c..72ac9a2a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ #### An API Client package to access the APIs for NBA.com -##### Development Version: v1.1.10 +##### Development Version: v1.1.11 `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. diff --git a/docs/version_log.md b/docs/version_log.md index 1004f59e..47a136f0 100644 --- a/docs/version_log.md +++ b/docs/version_log.md @@ -1,3 +1,8 @@ +# `v1.1.11` +#### `2021-11-08` +`Live NBA Stats` +- Adding missing live functionality [#231](https://github.com/swar/nba_api/pull/231) + # `v1.1.10` #### `2021-10-31` `stats.nba.com` diff --git a/setup.py b/setup.py index 593de1e9..391b5311 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.1.10", + version="1.1.11", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",