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