default value must be semantic

This commit is contained in:
Semantic Versioner 2019-11-25 13:35:15 -05:00
parent 3c7f18ff26
commit 23f7ee3ef0
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;