From e953dafa809e38e2e75d71c73160be8cd2988c9d Mon Sep 17 00:00:00 2001 From: "OMEGA\\Swar" Date: Tue, 11 Dec 2018 21:20:28 -0500 Subject: [PATCH] v1.0.7 commit --- README.md | 2 +- docs/version_log.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",