Updated release version in setup.py

This commit is contained in:
Matthias Koefferlein 2019-09-09 23:08:30 +02:00
parent 3a0e03e3dc
commit 4462ef8db6
1 changed files with 1 additions and 1 deletions

View File

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