Merge pull request #15 from RightBrain-Networks/bugfix/dont-commit

default value must be semantic
This commit is contained in:
Derek DeJonghe
2019-11-25 13:35:34 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = develop
current_version = 0.0.0
commit = False
tag = True
tag_name = {new_version}

View File

@ -9,7 +9,7 @@ except ImportError:
# Python < 3
from ConfigParser import ConfigParser
version = 'develop'
version = '0.0.0'
# Define common exceptions;