Skip to content

Commit c25d5a6

Browse files
🐛 update conversation version date
1 parent 5f988a8 commit c25d5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/conversation_tone_analyzer_integration/tone_conversation_integration.v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
conversation = ConversationV1(
1717
username=os.environ.get('CONVERSATION_USERNAME') or 'YOUR SERVICE NAME',
1818
password=os.environ.get('CONVERSATION_PASSWORD') or 'YOUR PASSWORD',
19-
version='2016-07-11')
19+
version='2016-09-20')
2020

2121
# replace with your own tone analyzer credentials
2222
tone_analyzer = ToneAnalyzerV3(

0 commit comments

Comments
 (0)