From 96b367befb6038d99b70bc6036705a71b738b06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20L=C3=B8berg=20Monstad?= Date: Mon, 20 Jan 2025 10:18:31 +0100 Subject: [PATCH] Changed version to 1.0.3 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d34476..edb3fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "amt-augpy1.0" -version = "1.0.2" +version = "1.0.3" authors = [ { name="Lars Monstad", email="lars.monstad@gmail.com" }, ] diff --git a/setup.py b/setup.py index fb86282..90cdc37 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="amt-augpy", - version="1.0.2", + version="1.0.3", packages=find_packages(), install_requires=[ 'librosa==0.9.1', # Specific version for compatibility with torchcrepe