From 68891396815a89a4a511cc168b7d437b60930e0e Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Fri, 22 Apr 2022 12:18:29 +0000 Subject: [PATCH] update audio version to r1.0.0a --- audio/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/setup.py b/audio/setup.py index aac38930..ffee6f9d 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 = '0.2.1' +VERSION = '1.0.0a' # Inspired by the example at https://pytest.org/latest/goodpractises.html