Skip to content

Commit

Permalink
Bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justjkk committed May 10, 2016
1 parent 2564a01 commit 914d471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabpolish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 914d471

Please sign in to comment.