next release version

This commit is contained in:
Jakob Ketterl
2020-06-13 18:31:49 +02:00
parent 0a2a28cb34
commit a696cc4ed8
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
from distutils.version import StrictVersion
_versionstring = "0.20.0"
_versionstring = "0.19.1"
strictversion = StrictVersion(_versionstring)
openwebrx_version = "v{0}".format(strictversion)