Skip to content

Commit b7c7176

Browse files
committed
update deprecated message
2 parents ecb4128 + d2f6ffd commit b7c7176

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.8.0
2+
current_version = 2.9.0
33
commit = True
44

55
[bumpversion:file:ibm_watson/version.py]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Python client library to quickly get started with the various [Watson APIs][wdc]
3737
* You need an [IBM Cloud][ibm-cloud-onboarding] account.
3838

3939
## Installation
40-
4140
To install, use `pip` or `easy_install`:
4241

4342
```bash

ibm_watson/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.8.0'
1+
__version__ = '2.9.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import sys
2121

22-
__version__ = '2.8.0'
22+
__version__ = '2.9.0'
2323

2424
if sys.argv[-1] == 'publish':
2525
# test server

0 commit comments

Comments
 (0)