We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bac788 commit 5f53cf9Copy full SHA for 5f53cf9
CHANGES.md
@@ -1,3 +1,7 @@
1
+## v4.2.0
2
+
3
+- added a `speech()` method to send audio files to the API (thanks @willywongi)
4
5
## v4.1.0
6
7
### Breaking changes
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='wit',
34
- version='4.1.0',
+ version='4.2.0',
35
description='Wit SDK for Python',
36
author='The Wit Team',
37
author_email='help@wit.ai',
0 commit comments