diff --git a/Makefile b/Makefile index 0108908..a4176e8 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,7 @@ test: clean-pyc install: python setup.py install +publish: clean + python setup.py publish + .PHONY: clean-pyc clean-build diff --git a/pygsheets/__init__.py b/pygsheets/__init__.py index 4ea29b7..bd35826 100644 --- a/pygsheets/__init__.py +++ b/pygsheets/__init__.py @@ -8,7 +8,7 @@ """ -__version__ = 'v1.1.1' +__version__ = 'v1.1.2' __author__ = 'Nithin Murali'