From 6e49d1911ebffaf50699d6df295d480363886980 Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Thu, 6 Jun 2024 14:34:53 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0=20=E2=86=92=202.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/soundevent/__version__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a8f4c0c..e0f1c93 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.0.1 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index cc2f56d..81877a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "soundevent" -version = "2.0.0" +version = "2.0.1" 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" }, diff --git a/src/soundevent/__version__.py b/src/soundevent/__version__.py index ec119ee..4888731 100644 --- a/src/soundevent/__version__.py +++ b/src/soundevent/__version__.py @@ -1,3 +1,3 @@ """Set version number for package.""" -__version__ = "2.0.0" +__version__ = "2.0.1"