Skip to content

Commit

Permalink
Bumped version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jul 12, 2016
1 parent 8521c5c commit 7a0313a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion numbergen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


from param.version import Version
__version__ = Version(release=(1,4,0), fpath=__file__,
__version__ = Version(release=(1,4,1), fpath=__file__,
commit="$Format:%h$", reponame="param")


Expand Down
2 changes: 1 addition & 1 deletion param/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# only two required files.
try:
from .version import Version
__version__ = Version(release=(1,4,0), fpath=__file__,
__version__ = Version(release=(1,4,1), fpath=__file__,
commit="$Format:%h$", reponame="param")
except:
__version__ = '1.4.0-unknown'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup_args.update(dict(
name='param',
version="1.4.0",
version="1.4.1",
description='Declarative Python programming using Parameters.',
long_description=open('README.rst').read() if os.path.isfile('README.rst') else 'Consult README.rst',
author= "IOAM",
Expand Down

0 comments on commit 7a0313a

Please sign in to comment.