Skip to content

Commit 21945e0

Browse files
committed
bump versions
1 parent b507ed1 commit 21945e0

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
@@ -9,7 +9,7 @@
99
# detect platform
1010
isOSX = sys.platform.startswith("darwin")
1111

12-
__version__ = '1.3.1'
12+
__version__ = '1.3.2'
1313

1414
with open('README.md') as f:
1515
readme = f.read()

SDK_wrapper/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# detect platform
1010
isOSX = sys.platform.startswith("darwin")
1111

12-
__version__ = '1.3.1'
12+
__version__ = '1.3.2'
1313

1414
with open('README.md') as f:
1515
readme = f.read()

0 commit comments

Comments
 (0)