changing version to 0.26.0.dev10

This commit is contained in:
Thomas Ferreira de Lima 2018-12-20 13:39:25 -05:00
parent 5f66df13f7
commit 8495a18023
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.dev9"
return "0.26.0.dev10"
config = Config()