Skip to content

Commit

Permalink
Refs #47 Correct update of version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Feb 8, 2018
1 parent 469be5a commit b54b674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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__ = '[email protected]'
__version__ = '__version__ = '__version__ = '0.1.2'''
__version__ = '0.1.2'
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.2''',
version='0.1.2',
long_description=readme,
author="Jose Borreguero",
author_email='[email protected]',
Expand Down

0 comments on commit b54b674

Please sign in to comment.