Skip to content

Commit 5f53cf9

Browse files
author
Willy Blandin
committedNov 3, 2016
4.2.0
1 parent 9bac788 commit 5f53cf9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v4.2.0
2+
3+
- added a `speech()` method to send audio files to the API (thanks @willywongi)
4+
15
## v4.1.0
26

37
### Breaking changes

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name='wit',
34-
version='4.1.0',
34+
version='4.2.0',
3535
description='Wit SDK for Python',
3636
author='The Wit Team',
3737
author_email='help@wit.ai',

0 commit comments

Comments
 (0)
Please sign in to comment.