We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b97a2 commit 3fdc752Copy full SHA for 3fdc752
.bumpversion.cfg
@@ -1,8 +1,9 @@
1
[bumpversion]
2
-current_version = 0.1.2
+current_version = 0.1.3
3
commit = True
4
tag = True
5
6
[bumpversion:file:watson_developer_cloud/__init__.py]
7
search = __version__ = '{current_version}'
8
replace = __version__ = '{new_version}'
9
+
watson_developer_cloud/__init__.py
@@ -35,4 +35,4 @@
35
from .visual_recognition_v1_beta import VisualRecognitionV1Beta
36
37
38
-__version__ = '0.1.2'
+__version__ = '0.1.3'
0 commit comments