diff --git a/mne/__init__.py b/mne/__init__.py index 4a2b42bcfed..cbccba5cb00 100644 --- a/mne/__init__.py +++ b/mne/__init__.py @@ -16,7 +16,7 @@ # Dev branch marker is: 'X.Y.devN' where N is an integer. # -__version__ = '0.15' +__version__ = '0.15.1' # have to import verbose first since it's needed by many things from .utils import (set_log_level, set_log_file, verbose, set_config,