From e8f3913944caf060d252f2f97ea70f3c3435e891 Mon Sep 17 00:00:00 2001 From: Manuel Pariente Date: Wed, 25 Sep 2024 15:53:03 +0200 Subject: [PATCH] Release v0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d38dbf..356082f 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="torch_stoi", - version="0.2.1", + version="0.2.2", description="Computes Short Term Objective Intelligibility in PyTorch", author="Manuel Pariente", author_email="pariente.mnl@gmail.com",