From 1d7247d02e53b4729cf8ac6e996f69393181926f Mon Sep 17 00:00:00 2001 From: jdpigeon Date: Sun, 14 Feb 2021 17:16:14 -0800 Subject: [PATCH] v2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24daa6a..c025220 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def copy_docs(): setup( name="muselsl", - version="2.0.2", + version="2.1.0", description="Stream and visualize EEG data from the Muse headset.", keywords="muse lsl eeg ble neuroscience", url="https://github.com/alexandrebarachant/muse-lsl/",