From 4050bd7f96a5cc86cf681cb008653f6239e015a2 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 30 Nov 2022 01:16:12 +0100 Subject: [PATCH] update version in feature check --- owrx/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index 35377b9..115a6a9 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -474,7 +474,7 @@ class FeatureDetector(object): The js8py library is used to decode binary JS8 messages into readable text. More information is available on [its github page](https://github.com/jketterl/js8py). """ - required_version = StrictVersion("0.1") + required_version = StrictVersion("0.2") try: from js8py.version import strictversion