From 8a388621fb8a081cd045da6f1d55a303fa527c88 Mon Sep 17 00:00:00 2001 From: Laetitia Berthelot Date: Wed, 11 Nov 2020 20:36:17 +0100 Subject: [PATCH] Correct version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 949ae6c..c71ec81 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setup(name='awoxmeshlight', - version='0.1.0', + version='0.2.0', description='A package to control Awox Mesh light bulbs.', long_description = long_description, long_description_content_type="text/markdown",