From 2976d560fc5c7de0d15d901debf9f29b58059b34 Mon Sep 17 00:00:00 2001 From: nithinmurali Date: Sat, 24 Jun 2017 16:37:33 +0530 Subject: [PATCH] version bumb v1.1.2 --- Makefile | 3 +++ pygsheets/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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'