Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit aeab660

Browse files
committed
Exit _find_arduino when arduino is found.
1 parent bb9d619 commit aeab660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymata4/private_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class PrivateConstants:
7070
SYSEX_REALTIME = 0x7F # MIDI Reserved for realtime messages
7171

7272
# reserved for PyMata
73-
PYMATA_EXPRESS_THREADED_VERSION = "1.8"
73+
PYMATA_EXPRESS_THREADED_VERSION = "1.9"
7474

7575
# matching FirmataExpress Version Number
7676
FIRMATA_EXPRESS_VERSION = "1.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
packages=['pymata4'],
1212
install_requires=['pyserial'],
1313

14-
version='1.8',
14+
version='1.9',
1515
description="A Python Protocol Abstraction Library For Arduino Firmata",
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)