Updated dev version in setup.py to force PyPI deployment

This commit is contained in:
Matthias Koefferlein 2018-11-24 01:02:04 +01:00
parent 643e58f856
commit 304cd20bc7
1 changed files with 1 additions and 1 deletions

View File

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