Skip to content

Commit 3fdc752

Browse files
Bump version: 0.1.2 → 0.1.3
1 parent 37b97a2 commit 3fdc752

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.1.3
33
commit = True
44
tag = True
55

66
[bumpversion:file:watson_developer_cloud/__init__.py]
77
search = __version__ = '{current_version}'
88
replace = __version__ = '{new_version}'
9+

watson_developer_cloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
from .visual_recognition_v1_beta import VisualRecognitionV1Beta
3636

3737

38-
__version__ = '0.1.2'
38+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)