Skip to content

Commit

Permalink
MAINT: Bumped version to 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Löfstedt committed Mar 15, 2015
1 parent 7417e84 commit c7b8af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parsimony/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
from . import functions
from . import utils

__version__ = "0.2.1"
__version__ = "0.2.2"

__all__ = ["algorithms", "datasets", "estimators", "functions", "utils"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

params = dict(name="pylearn-parsimony",
version="0.2.1",
version="0.2.2",
author="See contributors on https://github.com/neurospin/pylearn-parsimony",
author_email="[email protected]",
maintainer="Tommy Löfstedt",
Expand Down

0 comments on commit c7b8af8

Please sign in to comment.