Skip to content

Commit

Permalink
version bumb v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmurali committed Jun 24, 2017
1 parent 71f5e76 commit 2976d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ test: clean-pyc
install:
python setup.py install

publish: clean
python setup.py publish

.PHONY: clean-pyc clean-build
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__ = 'v1.1.1'
__version__ = 'v1.1.2'
__author__ = 'Nithin Murali'


Expand Down

0 comments on commit 2976d56

Please sign in to comment.