Bump cic-ussd to apply bumped cic-eth dep

This commit is contained in:
nolash 2021-03-29 17:37:41 +02:00
parent 2cb1d6d9fb
commit 2956463dcf
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

View File

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