We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78aa99e commit cb8b553Copy full SHA for cb8b553
fooof_mat/fooof_version.m
@@ -9,11 +9,11 @@ function fooof_version()
9
fooof_py_version = string(py.pkg_resources.get_distribution('fooof').version);
10
11
% 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";
+ % Note: this is where version is defined for this wrapper
+ fooof_wrapper_version = "1.0.0";
14
15
% Display versions
16
disp('Current version of FOOOF: ' + fooof_py_version)
17
disp('Current version of Wrapper: ' + fooof_wrapper_version)
18
-
+
19
end
0 commit comments