Bumps cic-ussd version following token fix.

This commit is contained in:
PhilipWafula 2021-09-27 14:27:10 +03:00
parent 0389d8623d
commit 1a7c4deab6
Signed by: mango-habanero
GPG Key ID: B00CE9034DA19FB7
1 changed files with 1 additions and 1 deletions

View File

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