We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecb4128 + d2f6ffd commit b7c7176Copy full SHA for b7c7176
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.8.0
+current_version = 2.9.0
3
commit = True
4
5
[bumpversion:file:ibm_watson/version.py]
README.md
@@ -37,7 +37,6 @@ Python client library to quickly get started with the various [Watson APIs][wdc]
37
* You need an [IBM Cloud][ibm-cloud-onboarding] account.
38
39
## Installation
40
-
41
To install, use `pip` or `easy_install`:
42
43
```bash
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '2.8.0'
+__version__ = '2.9.0'
setup.py
@@ -19,7 +19,7 @@
19
import os
20
import sys
21
22
23
24
if sys.argv[-1] == 'publish':
25
# test server
0 commit comments