Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Oct 1, 2016
1 parent 5482a49 commit 7532d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hcp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Author: Denis A. Engemann <[email protected]>
# License: BSD (3-clause)

__version__ = '0.1.dev6'
__version__ = '0.1.dev7'
from . import io
from . import viz
from . import preprocessing
from . import anatomy
from .anatomy import make_mne_anatomy, compute_forward_stack
from . import tests
from . import tests

0 comments on commit 7532d39

Please sign in to comment.