From 9a95473932e4794829b5f8a47dcdb1117cdb4993 Mon Sep 17 00:00:00 2001 From: "OMEGA\\Swar" Date: Thu, 11 Oct 2018 18:04:22 -0400 Subject: [PATCH] v1.0.6 commit --- README.md | 2 +- docs/version_log.md | 4 ++++ setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33fcb652..cd361b2c 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.5 +##### Development Version: v1.0.6 `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 ff29c990..5a8e621c 100644 --- a/docs/version_log.md +++ b/docs/version_log.md @@ -1,3 +1,7 @@ +# `v1.0.6` +#### 2018-10-11 +* Accidentally distributed with DEBUG Mode enabled in `v1.0.5`. + # `v1.0.5` #### 2018-10-10 * Adding `last_validated_date` to analysis json. diff --git a/setup.py b/setup.py index 4a7ec7c9..1459f605 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.0.5", + version="1.0.6", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",