From 28d2ee1e61e12e0c73fab1c5e81364896231b74d Mon Sep 17 00:00:00 2001 From: jath03 Date: Thu, 28 May 2020 13:27:05 -0700 Subject: [PATCH] new version! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77775dc..dd6e76b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="openrgb-python", - version='0.0.1',#os.environ['OPENRGB_PACKAGE_VERSION'].strip("v\'\""), + version='0.0.2',#os.environ['OPENRGB_PACKAGE_VERSION'].strip("v\'\""), author="jath03", description="A python client for the OpenRGB SDK", long_description=long_description,