From 76525ce3816804cbbe9dc73ef57c1cc40c271f12 Mon Sep 17 00:00:00 2001 From: Mark Adkins Date: Sat, 23 Jul 2022 18:52:33 -0400 Subject: [PATCH] Update __init__.py --- sharkiq/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharkiq/__init__.py b/sharkiq/__init__.py index 21ffb38..d26a683 100644 --- a/sharkiq/__init__.py +++ b/sharkiq/__init__.py @@ -10,4 +10,4 @@ ) from .sharkiq import OperatingModes, PowerModes, Properties, SharkIqVacuum -__version__ = '0.0.1' +__version__ = '1.0.0'