Updated version in setup.py to trigger PyPI update.

This commit is contained in:
Matthias Koefferlein 2019-03-29 00:56:44 +01:00
parent 056c7146f3
commit 14e2d9f632
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.dev12"
return "0.26.0.dev13"
config = Config()