mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 22:19:04 +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)
|