From 76162117ab92a3f7663270dc5b55a35610c807e0 Mon Sep 17 00:00:00 2001 From: nithinmurali Date: Mon, 28 Aug 2017 15:01:16 +0530 Subject: [PATCH] Version bumb 1.1.3, fixes #101 --- pygsheets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygsheets/__init__.py b/pygsheets/__init__.py index bd35826..edbe0de 100644 --- a/pygsheets/__init__.py +++ b/pygsheets/__init__.py @@ -8,7 +8,7 @@ """ -__version__ = 'v1.1.2' +__version__ = '1.1.3' __author__ = 'Nithin Murali'