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 af3dd85 commit a166779Copy full SHA for a166779
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.10
+current_version = 0.0.11
3
commit = True
4
tag = True
5
setup.py
@@ -22,7 +22,7 @@
22
# Versions should comply with PEP440. For a discussion on single-sourcing
23
# the version across setup.py and the project code, see
24
# https://packaging.python.org/en/latest/single_source_version.html
25
- version='0.0.10',
+ version='0.0.11',
26
27
description='Weighted Prediction Error for speech dereverberation',
28
long_description=long_description,
0 commit comments