From 29f8bb986072b1468da88f244eb97626350afef8 Mon Sep 17 00:00:00 2001 From: Swar Patel Date: Sat, 9 Nov 2019 23:38:27 -0500 Subject: [PATCH] v1.1.5 commit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bbfed81..0c38064b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.1.4", + version="1.1.5", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",