Skip to content

Commit

Permalink
Refs #47 Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Feb 8, 2018
1 parent 228e0d1 commit 469be5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion idpflex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Jose Borreguero"""
__email__ = 'borreguero@gmail.com'
__version__ = '__version__ = '__version__ = '0.1.1'''
__version__ = '__version__ = '__version__ = '0.1.2'''
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='idpflex',
version='version='version='0.1.1''',
version='version='version='0.1.2''',
long_description=readme,
author="Jose Borreguero",
author_email='borreguero@gmail.com',
Expand Down

0 comments on commit 469be5a

Please sign in to comment.