Skip to content

Commit db1f411

Browse files
committed
bump version
1 parent 0f35bc9 commit db1f411

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.0.1'
12+
__version__ = '1.1.0'
1313

1414

1515
class get_pybind_include(object):

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.0.1'
12+
__version__ = '1.1.0'
1313

1414

1515
class get_pybind_include(object):

0 commit comments

Comments
 (0)