Skip to content

Commit c7b8af8

Browse files
author
Tommy Löfstedt
committed
MAINT: Bumped version to 0.2.2.
1 parent 7417e84 commit c7b8af8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

parsimony/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
from . import functions
1818
from . import utils
1919

20-
__version__ = "0.2.1"
20+
__version__ = "0.2.2"
2121

2222
__all__ = ["algorithms", "datasets", "estimators", "functions", "utils"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(fname):
1414
return open(os.path.join(os.path.dirname(__file__), fname)).read()
1515

1616
params = dict(name="pylearn-parsimony",
17-
version="0.2.1",
17+
version="0.2.2",
1818
author="See contributors on https://github.com/neurospin/pylearn-parsimony",
1919
author_email="lofstedt.tommy@gmail.com",
2020
maintainer="Tommy Löfstedt",

0 commit comments

Comments
 (0)