From 9c3c02d2289c9116aa364127637acfcc8d2c5ee2 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Wed, 26 Dec 2018 11:27:58 +0000 Subject: [PATCH] New version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93851947..163ee78f 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pyFirmata2', - version='2.0.0', + version='2.0.1', description="Use your Arduino as a data acquisition card under Python", long_description=long_description, author='Bernd Porr',