bumping python version to 0.26.0.dev12

This commit is contained in:
Thomas Ferreira de Lima 2019-02-04 11:45:54 -05:00
parent 75f3817117
commit 0e6c023062
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.dev11"
return "0.26.0.dev12"
config = Config()