Skip to content

Commit

Permalink
v1.1.1 commit - reverting headers
Browse files Browse the repository at this point in the history
  • Loading branch information
swar committed Apr 7, 2019
1 parent 2d694ec commit e9f6df9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/version_log.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="nba_api",
version="1.1.0",
version="1.1.1",
author="Swar Patel",
author_email="[email protected]",
description="An API Client package to access the APIs for NBA.com",
Expand Down

0 comments on commit e9f6df9

Please sign in to comment.