Changing version to 0.26.0.dev9 for CD tests

This commit is contained in:
Thomas Ferreira de Lima 2018-12-18 18:28:05 -05:00
parent 0848b940ce
commit f1e292373f
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class Config(object):
"""
Gets the version string
"""
return "0.26.0.dev8"
return "0.26.0.dev9"
config = Config()