From f3b34874b8bcb20b61f225fcf218eaa19f05b9ca Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Tue, 18 Dec 2018 07:40:50 +0000 Subject: [PATCH] New major version to reflect that it's a departure form pyfirmata and now been tested by a lot of students! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ba3a2fe..93851947 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pyFirmata2', - version='1.1.9', + version='2.0.0', description="Use your Arduino as a data acquisition card under Python", long_description=long_description, author='Bernd Porr',