From cbbc7a29f54d03c19cfc9b4474ddd1a6c5eb6ec5 Mon Sep 17 00:00:00 2001 From: Brian Marks Date: Wed, 9 Jun 2021 08:43:52 -0400 Subject: [PATCH] Prep for 0.10 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6492923..26f2ee3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='frigidaire', - version='0.8', + version='0.10', author="Brian Marks", description="Python API for the Frigidaire 2.0 App", license="MIT",