From 844a00bf25a232f4c76189be84a59d92c3408b58 Mon Sep 17 00:00:00 2001 From: nithinmurali Date: Sat, 21 Mar 2020 19:18:18 +0530 Subject: [PATCH] version bumb 2.0.3.1 --- README.md | 1 + pygsheets/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 102ab0d..a80f94c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Features: ## Updates * version [2.0.3](https://github.com/nithinmurali/pygsheets/releases/tag/2.0.3) released +* hotfix [2.0.3.1](https://github.com/nithinmurali/pygsheets/releases/tag/2.0.3.1) released ## Installation diff --git a/pygsheets/__init__.py b/pygsheets/__init__.py index 6ae9221..d8a36b6 100644 --- a/pygsheets/__init__.py +++ b/pygsheets/__init__.py @@ -8,7 +8,7 @@ """ -__version__ = '2.0.3' +__version__ = '2.0.3.1' __author__ = 'Nithin Murali' from pygsheets.authorization import authorize