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',