From 9807637884cc443fe02fb7d32067c72f99d5ee11 Mon Sep 17 00:00:00 2001 From: nithinmurali Date: Sat, 15 Feb 2020 08:36:45 +0530 Subject: [PATCH] version bumb 2.0.3 --- pygsheets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygsheets/__init__.py b/pygsheets/__init__.py index 8c273bd..6ae9221 100644 --- a/pygsheets/__init__.py +++ b/pygsheets/__init__.py @@ -8,7 +8,7 @@ """ -__version__ = '2.0.2' +__version__ = '2.0.3' __author__ = 'Nithin Murali' from pygsheets.authorization import authorize