From ec62d566d2f4849f55581e7868a44e2caa8d9f9c Mon Sep 17 00:00:00 2001 From: "OMEGA\\Swar" Date: Wed, 10 Oct 2018 21:44:17 -0400 Subject: [PATCH] v1.0.5 commit --- README.md | 2 ++ docs/version_log.md | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c540a9af..33fcb652 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ # nba_api +#### An API Client package to access the APIs for NBA.com + ##### Development Version: v1.0.5 `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 3c068bec..ff29c990 100644 --- a/docs/version_log.md +++ b/docs/version_log.md @@ -1,5 +1,5 @@ # `v1.0.5` -#### TBD +#### 2018-10-10 * Adding `last_validated_date` to analysis json. `stats.nba.com` diff --git a/setup.py b/setup.py index 8746acf7..4a7ec7c9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.0.4", + version="1.0.5", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",