mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
5 lines
166 B
Python
5 lines
166 B
Python
from distutils.version import StrictVersion
|
|
|
|
_versionstring = "0.19.0"
|
|
strictversion = StrictVersion(_versionstring)
|
|
openwebrx_version = "v{0}".format(strictversion)
|