Skip to content

Commit

Permalink
bump to version v0.7-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseGuzman committed Sep 7, 2020
1 parent e9fd48b commit 5ed540a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions minibrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#-------------------------------------------------------------------------
# Global variables
#-------------------------------------------------------------------------
__version__ = '0.6'
__version__ = 'v0.7alpha'
__author__ = 'Jose Guzman'
__email__ = 'jose.guzman at guzman-lab.com'

Expand All @@ -21,5 +21,4 @@
from minibrain.loader import EphysLoader # from minibrain import EphysLoader
from minibrain.spikes import Units # from minibrain import Units
from minibrain.lfpmanager import lfp # from minibrain import lfp
#from minibrain.extracellular import Burst as burst
from minibrain.burstcounter import burst

0 comments on commit 5ed540a

Please sign in to comment.