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 e8eeb89 commit 47fd1efCopy full SHA for 47fd1ef
LSL_streamer/setup.py
@@ -12,7 +12,7 @@
12
isOSX = sys.platform.startswith("darwin")
13
isAppleSilicon = isOSX and 'arm64' in platform.uname().version.lower()
14
15
-__version__ = '1.4.2'
+__version__ = '2.0.0'
16
17
with open('README.md') as f:
18
readme = f.read()
SDK_wrapper/setup.py
0 commit comments