Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Aug 6, 2021
1 parent c851691 commit 63d28d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymata_express/private_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class PrivateConstants:
SYSEX_REALTIME = 0x7F # MIDI Reserved for realtime messages

# reserved for PyMata
PYMATA_EXPRESS_VERSION = "1.20"
PYMATA_EXPRESS_VERSION = "1.21"

# matching FirmataExpress Version Number
FIRMATA_EXPRESS_VERSION = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='pymata-express',
version='1.20',
version='1.21',
packages=['pymata_express'],
install_requires=['pyserial'],
url='https://mryslab.github.io/pymata-express/',
Expand Down

0 comments on commit 63d28d8

Please sign in to comment.