mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
6 lines
166 B
Python
6 lines
166 B
Python
from distutils.version import StrictVersion
|
|
|
|
_versionstring = "0.20.0"
|
|
strictversion = StrictVersion(_versionstring)
|
|
openwebrx_version = "v{0}".format(strictversion)
|