From 2a3f7f2d90bd490a59831c143a411e08bd7dea30 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sat, 16 Mar 2024 11:06:17 +0100 Subject: [PATCH 1/2] chore: version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From 28ffd77383e4012dc6abcace47ae59cc9a5f7c69 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sat, 16 Mar 2024 11:06:21 +0100 Subject: [PATCH 2/2] docs: compatible with micro python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)