From e9f6df9e927554f3fc10c5d9f9d3a325d90a80fe Mon Sep 17 00:00:00 2001 From: swar Date: Sun, 7 Apr 2019 05:41:27 -0400 Subject: [PATCH] v1.1.1 commit - reverting headers --- 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 f16fa010..dfaa71e4 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.1.0 +##### Development Version: v1.1.1 `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 ae44048c..e31feffe 100644 --- a/docs/version_log.md +++ b/docs/version_log.md @@ -1,4 +1,4 @@ -# `v1.1.0` +# `v1.1.1` #### `2019-04-07` `stats.nba.com` * Adding proxy, header, and timeout support for every request. [#49] [Example](https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/examples.md) diff --git a/setup.py b/setup.py index e9c3b2f9..9a42b455 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.1.0", + version="1.1.1", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",