From 9dabe1f91b024007df61e5fb0af709d85d2d2b7f Mon Sep 17 00:00:00 2001 From: CN_ChiTu <36254426+CNChTu@users.noreply.github.com> Date: Sat, 13 Jan 2024 22:17:12 +0800 Subject: [PATCH] Organize code --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24d80c3..62e3b4a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='torchfcpe', description='The official Pytorch implementation of Fast Context-based Pitch Estimation (FCPE)', - version='0.0.2', + version='0.0.3', author='CNChTu', author_email='2921046558@qq.com', url='https://github.com/CNChTu/FCPE',