diff --git a/ephyspy/__init__.py b/ephyspy/__init__.py index 417d938..7b02429 100644 --- a/ephyspy/__init__.py +++ b/ephyspy/__init__.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . - +from ephyspy.__version__ import __version__ from ephyspy.analysis import * from ephyspy.features.base import * from ephyspy.features.spike_features import *