diff --git a/README.md b/README.md index d3140e7..5883043 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # StupidArtnet -(Very) Simple Art-Net implementation in Python +(Very) Simple Art-Net implementation in Python (compatible with micro python) #### Table of Contents - [Installing from github](#installing-from-github) diff --git a/setup.py b/setup.py index ed7534d..8aa9740 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup(name='stupidArtnet', author='cpvalente', - version='1.4.0', + version='1.5.0', license='MIT', description='(Very) Simple implementation of the Art-Net protocol', long_description=long_description,