diff --git a/README.md b/README.md index b1fc2ffe..eb4978a3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ #### An API Client package to access the APIs for NBA.com -##### Development Version: v1.0.6 +##### Development Version: v1.0.7 `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 5ada7918..4859a888 100644 --- a/docs/version_log.md +++ b/docs/version_log.md @@ -1,5 +1,5 @@ # `v1.0.7` -#### TBD +#### 2018-12-11 `stats.nba.com` * PlayersVsPlayers no longer valid. * Adding TwoWay to parameters diff --git a/setup.py b/setup.py index 1459f605..fca9d386 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.0.6", + version="1.0.7", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",