Skip to content

Commit cb8b553

Browse files
committed
Bump version for 1.0 release
1 parent 78aa99e commit cb8b553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fooof_mat/fooof_version.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ function fooof_version()
99
fooof_py_version = string(py.pkg_resources.get_distribution('fooof').version);
1010

1111
% Set the version number of the matlab wrapper
12-
% Note: this is where version is defined for this wrapper
13-
fooof_wrapper_version = "0.1.0";
12+
% Note: this is where version is defined for this wrapper
13+
fooof_wrapper_version = "1.0.0";
1414

1515
% Display versions
1616
disp('Current version of FOOOF: ' + fooof_py_version)
1717
disp('Current version of Wrapper: ' + fooof_wrapper_version)
18-
18+
1919
end

0 commit comments

Comments
 (0)