Skip to content

Commit

Permalink
Bumped to version 2.0.1 due to outdated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Mar 31, 2015
1 parent 462d926 commit cb57014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imagen/__init__.py
Expand Up @@ -18,7 +18,7 @@
import param
from param.version import Version

__version__ = Version(release=(2,0,0), fpath=__file__,
__version__ = Version(release=(2,0,1), fpath=__file__,
commit="$Format:%h$", reponame='imagen')


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@

setup_args.update(dict(
name='imagen',
version="2.0.0",
version="2.0.1",
description='Generic Python library for 0D, 1D, and 2D pattern distributions.',
long_description=open('README.rst').read() if os.path.isfile('README.rst') else 'Consult README.rst',
author= "IOAM",
Expand Down

1 comment on commit cb57014

@jbednar
Copy link
Contributor

@jbednar jbednar commented on cb57014 Apr 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Please sign in to comment.