We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5094eb commit 27121eaCopy full SHA for 27121ea
LSL_streamer/setup.py
@@ -9,7 +9,7 @@
9
# detect platform
10
isOSX = sys.platform.startswith("darwin")
11
12
-__version__ = '1.2.1'
+__version__ = '1.3.0'
13
14
with open('README.md') as f:
15
readme = f.read()
SDK_wrapper/setup.py
0 commit comments