Skip to content

Commit 0742568

Browse files
authored
Merge branch 'master' into master
2 parents a89a01b + 611bae1 commit 0742568

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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 = 3.0.0
2+
current_version = 3.0.1
33
commit = True
44

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To find out which authentication to use, view the service credentials. You find
9898

9999
On this page, you should be able to see your credentials for accessing your service instance.
100100

101-
![alt text](https://cdn-images-1.medium.com/max/1600/1*DaTt56z0RaKlbyWDUaRJgQ.png)
101+
![alt text](https://user-images.githubusercontent.com/13935994/55351058-6ac51900-548b-11e9-886e-945c6d4f31df.png)
102102

103103

104104
### Supplying credentials

ibm_watson/version.py

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

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__ = '3.0.0'
22+
__version__ = '3.0.1'
2323

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

0 commit comments

Comments
 (0)