Bump cic-ussd to apply bumped cic-eth dep

This commit is contained in:
Louis Holbrook
2021-03-29 19:20:06 +00:00
parent 2cb1d6d9fb
commit fd5e208acd
3 changed files with 4 additions and 53 deletions

View File

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