Skip to content

Commit

Permalink
Change out requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Nov 30, 2023
1 parent 663d80d commit 5fe9d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion mne_connectivity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
# License: BSD (3-clause)

__version__ = '0.6.0dev0'

from .base import (Connectivity, EpochConnectivity, EpochSpectralConnectivity,
EpochSpectroTemporalConnectivity, EpochTemporalConnectivity,
Expand Down
5 changes: 5 additions & 0 deletions mne_connectivity/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Version number."""

from importlib.metadata import version

__version__ = version(__package__)

0 comments on commit 5fe9d67

Please sign in to comment.