From a539d779779aea70b32efc17245d74c6bd696eb0 Mon Sep 17 00:00:00 2001 From: Hans Scharler Date: Thu, 31 Oct 2024 15:31:27 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 727972a..dbc870a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='cheerlights_api', - version='0.1.0', + version='0.1.1', description='A Python package to interact with the CheerLights API.', long_description=open('README.md').read(), long_description_content_type='text/markdown',