Skip to content

Commit 07d1466

Browse files
authored
Bump version to 0.3.2 (#107)
1 parent 3079414 commit 07d1466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_features/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Dev branch marker is: 'X.Y.devN' where N is an integer.
1717
#
1818

19-
__version__ = '0.3.1'
19+
__version__ = '0.3.2'
2020

2121
from . import univariate, bivariate, feature_extraction
2222
from .univariate import get_univariate_funcs

0 commit comments

Comments
 (0)