From 30ea4c7d008b8246689ae1984f11de409f1295d9 Mon Sep 17 00:00:00 2001 From: bichomartiano Date: Wed, 9 Oct 2024 12:51:48 +0200 Subject: [PATCH] update toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dca8a074..b83c8b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "deepdiff>=6.2.1", ] name = "musif" -version = "1.2.2" +version = "1.2.3" description = "Music feature extraction library from the DIDONE project" authors = [{name = "Didone Project", email = "didone@iccmu.es"}] requires-python = ">=3.10"