diff --git a/README.md b/README.md index d0a0225b..9d8f8498 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.7 +##### Development Version: v1.1.8 `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 1e319707..57cddc3d 100644 --- a/docs/version_log.md +++ b/docs/version_log.md @@ -1,4 +1,4 @@ -# `v1.1.7` +# `v1.1.8` #### `2020-01-27` `stats.nba.com` * Updating Headers for New Requirements [#126](https://github.com/swar/nba_api/pull/126) @@ -10,6 +10,12 @@ `Tools` * Added Parameter Overrides for Bad Parameter Analysis [#99](https://github.com/swar/nba_api/issues/99) + +# `v1.1.7` +#### `2020-01-27` +##### SCRAPPED + + # `v1.1.6` #### `2020-01-27` ##### SCRAPPED diff --git a/setup.py b/setup.py index 205c100c..41c534e3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.1.7", + version="1.1.8", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",