From 2f8ef396e7e8a9f0462fb74fed9a58a4e85561ba Mon Sep 17 00:00:00 2001 From: yangming_ha Date: Fri, 14 May 2021 16:51:13 +0800 Subject: [PATCH] upgrade hb to version 0.3.9 --- hb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hb/__init__.py b/hb/__init__.py index 83e1aa8..baa2a56 100755 --- a/hb/__init__.py +++ b/hb/__init__.py @@ -41,4 +41,4 @@ CONFIG_STRUCT = { "product_path": None, "device_path": None } -VERSION = '0.3.8' +VERSION = '0.3.9'