Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit f5937d6

Browse files
MrYsLabMrYsLab
authored andcommitted
Version 2.16
1 parent 0023a75 commit f5937d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyMata/pymata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def __init__(self, port_id='/dev/ttyACM0', bluetooth=True, verbose=True):
118118

119119
if self.verbose:
120120
print("\nPython Version %s" % sys.version)
121-
print('\nPyMata version 2.15 Copyright(C) 2013-17 Alan Yorinks All rights reserved.')
121+
print('\nPyMata version 2.16 Copyright(C) 2013-17 Alan Yorinks All rights reserved.')
122122

123123
# Instantiate the serial support class
124124
self.transport = PyMataSerial(port_id, self.command_deque)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#install_requires=['pyserial==2.7'],
99
install_requires=['pyserial'],
1010

11-
version='2.15',
11+
version='2.16',
1212
description="A Python Protocol Abstraction Library For Arduino Firmata",
1313
author='Alan Yorinks',
1414
author_email='[email protected]',

0 commit comments

Comments
 (0)