Added display support

This commit is contained in:
Morten Kals
2019-05-02 16:27:49 -07:00
parent c1e4a8703d
commit 87ed24da88
5 changed files with 128 additions and 170 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="arduino-python3",
version="0.4.1",
version="0.5",
install_requires=['pyserial'],
author="Morten Kals",
author_email="morten@kals.no",