continue development as version 0.19

This commit is contained in:
Jakob Ketterl
2020-02-20 22:01:21 +01:00
parent c3b13b224c
commit 4e98bbc1c9
2 changed files with 5 additions and 1 deletions

View File

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