Skip to content

Commit

Permalink
FIX: Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed May 22, 2015
1 parent 4c7833f commit 931ae6c
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
Expand Up @@ -17,7 +17,7 @@
# Dev branch marker is: 'X.Y.devN' where N is an integer.
#

__version__ = '0.9.dev0'
__version__ = '0.9.0'

# 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 931ae6c

Please sign in to comment.