diff --git a/README.md b/README.md index c94fb67..56fcc4e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Features: * TeamDrive Support ## Updates -* version [2.0.0](https://github.com/nithinmurali/pygsheets/releases/tag/2.0.0) released +* version [2.0.2](https://github.com/nithinmurali/pygsheets/releases/tag/2.0.2) released * For migrating from 1.x please see the [changelog](https://pygsheets.readthedocs.io/en/staging/changelog.html#version-2-0-0). ## Installation diff --git a/pygsheets/__init__.py b/pygsheets/__init__.py index 4a763ac..df97c85 100644 --- a/pygsheets/__init__.py +++ b/pygsheets/__init__.py @@ -8,7 +8,7 @@ """ -__version__ = '2.0.1' +__version__ = '2.0.2' __author__ = 'Nithin Murali' from pygsheets.authorization import authorize