Philip/bump ussd version

This commit is contained in:
2021-10-27 14:42:49 +00:00
parent 9c7e72f71c
commit 60b6e1abdb
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# standard imports
import semver
version = (0, 3, 1, 'alpha.5')
version = (0, 3, 1, 'alpha.6')
version_object = semver.VersionInfo(
major=version[0],