From 914d471f859c307e87c92da7afde14c860e453a5 Mon Sep 17 00:00:00 2001 From: J Kishore Kumar Date: Wed, 11 May 2016 00:14:13 +0530 Subject: [PATCH] Bumped version to 1.1.0 --- fabpolish/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fabpolish/__init__.py b/fabpolish/__init__.py index ac8f216..72e073c 100644 --- a/fabpolish/__init__.py +++ b/fabpolish/__init__.py @@ -11,7 +11,7 @@ FABFILE_DIR = os.path.abspath(os.path.dirname(fabfile.__file__)) -__version__ = '1.0.1' +__version__ = '1.1.0' def info(text): diff --git a/setup.py b/setup.py index 2e4d477..b610b82 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='fab-polish', - version='1.0.1', + version='1.1.0', description='Polish git versioned source code using Fabric', url='https://github.com/practo/FabPolish', author='J Kishore Kumar',