We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239a3aa commit 427971cCopy full SHA for 427971c
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.3.13 (2019-02-27):
2
+ * Examples ``asyncio_coroutines.py`` and ``asyncio_generators.py``
3
+
4
0.3.12 (2018-09-02):
5
* Support for the dylib from Anaconda
6
sounddevice.py
@@ -48,7 +48,7 @@
48
http://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.3.12'
+__version__ = '0.3.13'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments