Skip to content

Commit

Permalink
bump to version 0.9alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseGuzman authored Dec 11, 2020
1 parent fcab11d commit ca78d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minibrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"""
minibrain:
A python module to analyze electrophysiology and calcium imaging in minibrains
A python module to analyze electrophysiology and calcium imaging in brain organoids.
"""

#-------------------------------------------------------------------------
# Global variables
#-------------------------------------------------------------------------
__version__ = 'v0.8alpha'
__version__ = 'v0.9alpha'
__author__ = 'Jose Guzman'
__email__ = 'jose.guzman at guzman-lab.com'

Expand Down

0 comments on commit ca78d40

Please sign in to comment.