Compare commits

...

1 Commits

Author SHA1 Message Date
nolash 2956463dcf
Bump cic-ussd to apply bumped cic-eth dep 2021-03-29 17:37:41 +02:00
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],