From 5ce4e352131bbf3b1e1a5fabf9bd6af8102c83a8 Mon Sep 17 00:00:00 2001
From: Paul Annekov <paul.annekov@gmail.com>
Date: Sun, 26 Apr 2020 23:13:35 +0300
Subject: [PATCH] 0.0.6

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 5355fd2..182989a 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
 
 setuptools.setup(
     name="tuyaha",
-    version="0.0.5",
+    version="0.0.6",
     author="Pavlo Annekov and original Tuya authors",
     author_email="paul.annekov@gmail.com",
     description="A Python library that implements a Tuya API endpoint that was specially designed for Home Assistant",