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 c2d7f56 commit 5e96332Copy full SHA for 5e96332
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.3
+current_version = 0.1.4
3
commit = True
4
tag = True
5
@@ -10,3 +10,4 @@ replace = __version__ = '{new_version}'
10
[bumpversion:file:setup.py]
11
search = __version__ = '{current_version}'
12
replace = __version__ = '{new_version}'
13
+
setup.py
@@ -20,7 +20,7 @@
20
import os
21
import sys
22
23
-__version__ = '0.1.3'
+__version__ = '0.1.4'
24
25
if sys.argv[-1] == 'publish':
26
# test server
watson_developer_cloud/__init__.py
@@ -35,4 +35,4 @@
35
from .visual_recognition_v1_beta import VisualRecognitionV1Beta
36
37
38
0 commit comments