From 7c9d21c2e6709dfc456ac2cd3d01ee8138cfc7c9 Mon Sep 17 00:00:00 2001 From: Nithin Date: Wed, 30 Nov 2022 15:10:32 +0100 Subject: [PATCH] version bumb 2.0.6 --- README.md | 2 +- pygsheets/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95a76b4..ce9d94b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Features: * get multiple ranges with get_values_batch and update wit update_values_batch ## Updates -* version [2.0.5](https://github.com/nithinmurali/pygsheets/releases/tag/2.0.5) released +* version [2.0.6](https://github.com/nithinmurali/pygsheets/releases/tag/2.0.6) released ## Installation diff --git a/pygsheets/__init__.py b/pygsheets/__init__.py index 405f166..be55f06 100644 --- a/pygsheets/__init__.py +++ b/pygsheets/__init__.py @@ -8,7 +8,7 @@ """ -__version__ = '2.0.5' +__version__ = '2.0.6' __author__ = 'Nithin Murali' from pygsheets.authorization import authorize