Skip to content

Commit

Permalink
Bumped version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed May 2, 2017
1 parent 65b77a0 commit 82df72b
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import param
from param.version import Version

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


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

setup_args.update(dict(
name='imagen',
version="2.0.1",
version="2.1.0",
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

0 comments on commit 82df72b

Please sign in to comment.