Skip to content

Commit 47fd1ef

Browse files
committed
bump versions
1 parent e8eeb89 commit 47fd1ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LSL_streamer/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
isOSX = sys.platform.startswith("darwin")
1313
isAppleSilicon = isOSX and 'arm64' in platform.uname().version.lower()
1414

15-
__version__ = '1.4.2'
15+
__version__ = '2.0.0'
1616

1717
with open('README.md') as f:
1818
readme = f.read()

SDK_wrapper/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
isOSX = sys.platform.startswith("darwin")
1313
isAppleSilicon = isOSX and 'arm64' in platform.uname().version.lower()
1414

15-
__version__ = '1.4.2'
15+
__version__ = '2.0.0'
1616

1717
with open('README.md') as f:
1818
readme = f.read()

0 commit comments

Comments
 (0)