introduce next version to develop branch

This commit is contained in:
Jakob Ketterl
2020-06-02 21:18:05 +02:00
parent 1e84ced9a9
commit 81465d69cc
3 changed files with 7 additions and 1 deletions

View File

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