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

fix file path
This commit is contained in:
Derek DeJonghe 2019-11-25 13:30:25 -05:00 committed by GitHub
commit a653aa296a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ tag = True
tag_name = {new_version}
message = Bump version: {current_version} -> {new_version}
[bumpversion:file:semver.__init__.py]
[bumpversion:file:semver/__init__.py]
search = version = {current_version}
replace = version = {new_version}