Bump cic-ussd version.

This commit is contained in:
PhilipWafula 2021-04-19 11:31:14 +03:00
parent 06fd0f5513
commit 4bdc79b110
Signed by untrusted user: 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, 0, 'alpha.8')
version = (0, 3, 0, 'alpha.9')
version_object = semver.VersionInfo(
major=version[0],