This commit is contained in:
Morten Kals
2019-05-02 16:14:19 -07:00
parent e2444761bd
commit a64aa908b8
3 changed files with 466 additions and 1 deletions

View File

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