Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Jul 25, 2014
1 parent 4f4261c commit d589985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""MNE for MEG and EEG data analysis
"""

__version__ = '0.8.git'
__version__ = '0.8'

# have to import verbose first since it's needed by many things
from .utils import (set_log_level, set_log_file, verbose, set_config,
Expand Down

0 comments on commit d589985

Please sign in to comment.