diff --git a/NEWS.rst b/NEWS.rst index d3b7967..691e587 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +0.4.2 (2021-07-18): + * Update PortAudio binaries to version 19.7.0 + * Wheel names are now shorter + 0.4.1 (2020-09-26): * `CallbackFlags` attributes are now writable diff --git a/sounddevice.py b/sounddevice.py index 887f277..9998264 100644 --- a/sounddevice.py +++ b/sounddevice.py @@ -48,7 +48,7 @@ https://python-sounddevice.readthedocs.io/ """ -__version__ = '0.4.1' +__version__ = '0.4.2' import atexit as _atexit import os as _os