Skip to content

Commit

Permalink
v6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patapizza committed May 27, 2020
1 parent 5b4efe4 commit 012585d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/celebrities.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def first_trait_value(traits, trait):

def handle_message(response):
greetings = first_trait_value(response['traits'], 'wit$greetings')
celebrity = first_entity_resolved_value(response['entities'], 'wit$notable_person')
celebrity = first_entity_resolved_value(response['entities'], 'wit$notable_person:notable_person')
if celebrity:
# We can call the wikidata API using the wikidata ID for more info
return wikidata_description(celebrity)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='wit',
version='5.1.0',
version='6.0.0',
description='Wit SDK for Python',
author='The Wit Team',
author_email='help@wit.ai',
Expand Down

0 comments on commit 012585d

Please sign in to comment.