From ab74afcff19f12bdb8ec73cf84c04d4d5253c1c2 Mon Sep 17 00:00:00 2001 From: jath03 Date: Tue, 1 Oct 2024 12:10:57 -0700 Subject: [PATCH] v0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 09d824b..5d0fb87 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="openrgb-python", - version='0.3.0', + version='0.3.1', author="jath03", description="A python client for the OpenRGB SDK", long_description=long_description,