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 d31d7a8 commit f572d8bCopy full SHA for f572d8b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.6
+current_version = 0.1.7
3
commit = True
4
tag = True
5
setup.py
@@ -19,7 +19,7 @@
19
import os
20
import sys
21
22
-__version__ = '0.1.6'
+__version__ = '0.1.7'
23
24
if sys.argv[-1] == 'publish':
25
# 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