update version in feature check
This commit is contained in:
parent
35abd711ca
commit
4050bd7f96
@ -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
|
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).
|
[its github page](https://github.com/jketterl/js8py).
|
||||||
"""
|
"""
|
||||||
required_version = StrictVersion("0.1")
|
required_version = StrictVersion("0.2")
|
||||||
try:
|
try:
|
||||||
from js8py.version import strictversion
|
from js8py.version import strictversion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user