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 c5afd8f commit 2c8a103Copy full SHA for 2c8a103
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v0.25.1
2
+- Fix crashing bug in new scipy-powered EQ effects
3
+
4
# v0.25.0
5
- Don't show a runtime warning about the optional ffplay dependency being missing until someone trys to use it
6
- Documentation improvements
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='pydub',
11
- version='0.25.0',
+ version='0.25.1',
12
author='James Robert',
13
author_email='[email protected]',
14
description='Manipulate audio with an simple and easy high level interface',
0 commit comments