From 6bda85f868ec15ba49218c88a01bf27f6d2920bd Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Tue, 2 Jan 2024 10:40:48 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.1=20=E2=86=92=201.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 4 ++-- src/soundevent/__version__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3274765..c14b47f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.3.2 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index bf5919c..f277d20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "soundevent" -version = "1.3.1" +version = "1.3.2" description = "soundevent is an open-source Python package for the computational biocoustic community, providing standardized tools for sound event analysis and data management." authors = [ { name = "Santiago Martinez", email = "santiago.balvanera.20@ucl.ac.uk" }, @@ -19,7 +19,7 @@ audio = [ "pysoundfile>=0.9.0.post1", "librosa>=0.10.1", ] -evaluation = ["scikit-learn>=1.3.1"] +evaluation = ["scikit-learn>=1.3.2"] geometry = ["shapely>=2.0.1"] all = [ "soundevent[plot]", diff --git a/src/soundevent/__version__.py b/src/soundevent/__version__.py index d4630a1..9886a43 100644 --- a/src/soundevent/__version__.py +++ b/src/soundevent/__version__.py @@ -1,2 +1,2 @@ """Set version number for package.""" -__version__ = "1.3.1" +__version__ = "1.3.2"