Skip to content

Commit

Permalink
version bump 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmurali committed Apr 7, 2019
1 parent 53463a2 commit e10a9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clean-build:
rm --force --recursive build/
rm --force --recursive dist/
rm --force --recursive *.egg-info
rm .coverage
rm --force .coverage

clean: clean-pyc clean-build

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.0'
__version__ = '2.0.1'
__author__ = 'Nithin Murali'

from pygsheets.authorization import authorize
Expand Down

0 comments on commit e10a9d4

Please sign in to comment.