From 1449f1b48df8908d994e7113eac756439a4a3852 Mon Sep 17 00:00:00 2001 From: huangyuxin Date: Fri, 27 May 2022 13:17:36 +0000 Subject: [PATCH] update version --- audio/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/setup.py b/audio/setup.py index 980854f1..f6f07323 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