Version bump from 0.9.6 to 0.9.7

pull/1231/merge release/v0.9.7
devs-mycroft 2017-11-24 15:45:13 +00:00
parent 95ab32bb86
commit 8a2595e85c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from mycroft.util.log import LOG
# START_VERSION_BLOCK
CORE_VERSION_MAJOR = 0
CORE_VERSION_MINOR = 9
CORE_VERSION_BUILD = 6
CORE_VERSION_BUILD = 7
# END_VERSION_BLOCK
CORE_VERSION_STR = (str(CORE_VERSION_MAJOR) + "." +