From 9922939d2847f76af015c1576c3adfbf59947d78 Mon Sep 17 00:00:00 2001 From: "MisterYsLab@gmail.com" Date: Tue, 1 Dec 2015 14:23:55 -0500 Subject: [PATCH] Updated info about pymata-aio --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f22d16d..22584e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ PyMata PyMata is a high performance, multi-threaded, non-blocking Python client for the Firmata Protocol that supports the complete StandardFirmata protocol. -A new version for Python 3.4.3, pymata_aio, can be found [here](https://github.com/MrYsLab/pymata-aio). +A new version for Python 3.5, pymata_aio, can be found [here](https://github.com/MrYsLab/pymata-aio). ##Major features @@ -79,6 +79,6 @@ signal.signal(signal.SIGINT, signal_handler) - [Check Out Mr. Y's Blog Here](http://mryslab.blogspot.com/) for all the latest news! -# Special Note For Linux Users Wishing to Use Python 3.4 -# [pymata_aio is now available and for Python 3.4.3.](https://github.com/MrYsLab/pymata-aio) +# Special Note For Linux Users Wishing to Use Python 3.5 +# [pymata_aio is now available and for Python 3.5.](https://github.com/MrYsLab/pymata-aio) # [Check out the pymata_aio wiki!](https://github.com/MrYsLab/pymata-aio/wiki)