From 27a6e2baf054b603bea84713233c7a05e2b1d397 Mon Sep 17 00:00:00 2001 From: nithinmurali Date: Sat, 10 Mar 2018 23:51:22 +0530 Subject: [PATCH] version bump 1.1.4 --- pygsheets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygsheets/__init__.py b/pygsheets/__init__.py index edbe0de..da01a6e 100644 --- a/pygsheets/__init__.py +++ b/pygsheets/__init__.py @@ -8,7 +8,7 @@ """ -__version__ = '1.1.3' +__version__ = '1.1.4' __author__ = 'Nithin Murali'