We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c4d90 commit 656147fCopy full SHA for 656147f
NEWS.rst
@@ -1,3 +1,6 @@
1
+0.4.1 (2020-09-26):
2
+ * `CallbackFlags` attributes are now writable
3
+
4
0.4.0 (2020-07-18):
5
* Drop support for Python 2.x
6
* Fix memory issues in `play()`, `rec()` and `playrec()`
sounddevice.py
@@ -48,7 +48,7 @@
48
https://python-sounddevice.readthedocs.io/
49
50
"""
51
-__version__ = '0.4.0'
+__version__ = '0.4.1'
52
53
import atexit as _atexit
54
import os as _os
0 commit comments