Skip to content

Commit

Permalink
version bumb 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmurali committed Jul 26, 2019
1 parent 550deb2 commit 4d58d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pygsheets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

__version__ = '2.0.1'
__version__ = '2.0.2'
__author__ = 'Nithin Murali'

from pygsheets.authorization import authorize
Expand Down

0 comments on commit 4d58d88

Please sign in to comment.