Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 2, 2024
1 parent f4bc0da commit 678b605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion muselsl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .stream import stream, list_muses
from .record import record, record_direct
from .view import view
__version__ = "1.0.1"
__version__ = "2.3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def copy_docs():

setup(
name="muselsl",
version="2.2.2",
version="2.3.0",
description="Stream and visualize EEG data from the Muse headset.",
keywords="muse lsl eeg ble neuroscience",
url="https://github.com/alexandrebarachant/muse-lsl/",
Expand Down

0 comments on commit 678b605

Please sign in to comment.