We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b519396 commit 5075cc9Copy full SHA for 5075cc9
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.4
+current_version = 1.3.5
3
commit = True
4
tag = True
5
setup.py
@@ -19,7 +19,7 @@
19
import os
20
import sys
21
22
-__version__ = '1.3.4'
+__version__ = '1.3.5'
23
24
if sys.argv[-1] == 'publish':
25
# test server
watson_developer_cloud/version.py
@@ -1 +1 @@
0 commit comments