Skip to content

Commit

Permalink
fix: fix version import
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Sep 6, 2023
1 parent a8a1359 commit 1485fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ephyspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.


from ephyspy.__version__ import __version__
from ephyspy.analysis import *
from ephyspy.features.base import *
from ephyspy.features.spike_features import *
Expand Down

0 comments on commit 1485fa0

Please sign in to comment.