From 5b257940fe04a8e03d81635fdbac2e65df453e6d Mon Sep 17 00:00:00 2001 From: TomDonoghue Date: Sat, 6 Apr 2019 20:39:51 -0700 Subject: [PATCH] Update version number for doc updates release --- fooof_mat/fooof_version.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fooof_mat/fooof_version.m b/fooof_mat/fooof_version.m index d6fdb8f..3854232 100644 --- a/fooof_mat/fooof_version.m +++ b/fooof_mat/fooof_version.m @@ -14,7 +14,7 @@ function fooof_version() % Set the version number of the matlab wrapper % Note: this is where version is defined for this wrapper - fooof_wrapper_version = "0.1.0"; + fooof_wrapper_version = "0.1.1"; % Display versions disp('Current version of FOOOF: ' + fooof_py_version)