increment version to 0.8.3

pull/476/merge v0.8.3
Arron Atchison 2017-02-07 14:42:30 -06:00
parent acfdff416b
commit e4a09fef65
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ __author__ = 'augustnmonteiro'
# START_VERSION_BLOCK
CORE_VERSION_MAJOR = 0
CORE_VERSION_MINOR = 8
CORE_VERSION_BUILD = 1
CORE_VERSION_BUILD = 3
# END_VERSION_BLOCK
CORE_VERSION_STR = (str(CORE_VERSION_MAJOR) + "." +