We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4063c7e commit d977e7fCopy full SHA for d977e7f
2 files changed
CHANGELOG.md
@@ -8,6 +8,16 @@
8
9
- ...
10
11
+# 2.2.0
12
+
13
+### ✅ Features & Improvements
14
15
+- Add Terminal Visualization Example for Neurosity SDK with Python Dashing Library #17 - thanks @AdonaiVera
16
17
+### 🐛 Bug fixes
18
19
+- Fix: Don't check SIGHUP on Windows #15 - thanks @mayankja1n
20
21
# 2.1.0
22
23
### 🐛 Bug fixes
setup.py
@@ -7,7 +7,7 @@
7
name='neurosity',
py_modules=['neurosity'],
packages=find_packages(),
- version='2.1.1',
+ version='2.2.0',
url='https://github.com/neurosity/neurosity-sdk-python',
python_requires='>=3.8',
description='Official Neurosity Python SDK',
0 commit comments