Skip to content

Commit

Permalink
fix: version file path
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhang13 committed Aug 17, 2020
1 parent d3aac8c commit 4b7d0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
current_version = 1.0.0
commit = True

[bumpversion:file:ibm_watson/version.py]
[bumpversion:file:src/assistant_improve_toolkit/version.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

Expand Down

0 comments on commit 4b7d0fa

Please sign in to comment.