diff --git a/audio/setup.py b/audio/setup.py index 980854f1f298849e9df2bdba786922460b89af3c..f6f07323ded722805e2fa44b5915f391506b304e 100644 --- a/audio/setup.py +++ b/audio/setup.py @@ -19,7 +19,7 @@ from setuptools.command.install import install from setuptools.command.test import test # set the version here -VERSION = '1.0.0' +VERSION = '1.0.1' # Inspired by the example at https://pytest.org/latest/goodpractises.html