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