Skip to content

Commit

Permalink
fix: bumpversion.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhang13 committed Aug 17, 2020
1 parent a211584 commit 143460a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[bumpversion]
current_version = 1.0.0
commit = True

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

[bumpversion:file:setup.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
1 change: 1 addition & 0 deletions src/assistant_improve_toolkit/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '1.0.0'

0 comments on commit 143460a

Please sign in to comment.