Skip to content

Commit b4faa52

Browse files
Bump version: 4.4.1 → 4.5.0
1 parent dab2c69 commit b4faa52

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.4.1
2+
current_version = 4.5.0
33
commit = True
44

55
[bumpversion:file:ibm_watson/version.py]
@@ -9,4 +9,3 @@ replace = __version__ = '{new_version}'
99
[bumpversion:file:setup.py]
1010
search = __version__ = '{current_version}'
1111
replace = __version__ = '{new_version}'
12-

ibm_watson/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.4.1'
1+
__version__ = '4.5.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import os
1919
import sys
2020

21-
__version__ = '4.4.1'
21+
__version__ = '4.5.0'
2222

2323

2424
if sys.argv[-1] == 'publish':

0 commit comments

Comments
 (0)