update version in feature check

This commit is contained in:
Jakob Ketterl 2022-11-30 01:16:12 +01:00
parent 35abd711ca
commit 4050bd7f96
1 changed files with 1 additions and 1 deletions

View File

@ -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