From 549ef404797bd1f2afc95bb79c6192a19b9ba7a7 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:54:54 -0400 Subject: [PATCH] [-] Remove unrelated file in pypi package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3aee668..fd65517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "msclap" -version = "1.3.1" +version = "1.3.2" description = "CLAP (Contrastive Language-Audio Pretraining) is a model that learns acoustic concepts from natural language supervision and enables “Zero-Shot” inference. The model has been extensively evaluated in 26 audio downstream tasks achieving SoTA in several of them including classification, retrieval, and captioning." authors = ["Benjamin Elizalde and Soham Deshmukh and Huaming Wang"] license = "MIT"