fix file path

This commit is contained in:
Semantic Versioner 2019-11-25 13:30:09 -05:00
parent 7fcd8d0487
commit 3b176f2140

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}