Skip to content

Commit a07ca1b

Browse files
authored
Merge pull request #165 from kcheat/master
Updating the NLU version date for GA
2 parents acce989 + 9c20fae commit a07ca1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/natural_language_understanding_v1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"outputs": [],
2929
"source": [
30-
"nlu = watson_developer_cloud.NaturalLanguageUnderstandingV1(version='2016-01-23',\n",
30+
"nlu = watson_developer_cloud.NaturalLanguageUnderstandingV1(version='2017-02-27',\n",
3131
" username='USERNAME',\n",
3232
" password='PASSWORD')"
3333
]
@@ -103,4 +103,4 @@
103103
},
104104
"nbformat": 4,
105105
"nbformat_minor": 0
106-
}
106+
}

0 commit comments

Comments
 (0)