From 80e6a6b035c579243ac945217cd7bdce2a431a67 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Mon, 25 Nov 2024 09:17:05 +0100 Subject: [PATCH] Release version 1.6.0 --- pyblhost/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyblhost/__init__.py b/pyblhost/__init__.py index 7a4a921..d9120bb 100644 --- a/pyblhost/__init__.py +++ b/pyblhost/__init__.py @@ -22,7 +22,7 @@ # Web : https://www.lauszus.com # e-mail : lauszus@gmail.com -__version__ = "1.5.0" +__version__ = "1.6.0" __all__ = ["BlhostCan", "BlhostSerial"]