Merge branch 'philip/bump-cic-ussd-version' into 'master'

Bumps cic-ussd version following token fix.

See merge request grassrootseconomics/cic-internal-integration!280
This commit is contained in:
Philip Wafula 2021-09-27 11:37:42 +00:00
commit 5644baefb2
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],