From 4f91eef5ad1c102ccff8a8975321a8c9ea099e3b Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Tue, 14 May 2024 18:10:13 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.5=20=E2=86=92=202.0.0?= 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 c0f34c8..a8f4c0c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.5 +current_version = 2.0.0 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 42c5199..92b6a8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "soundevent" -version = "1.3.5" +version = "2.0.0" 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 7ef0218..ec119ee 100644 --- a/src/soundevent/__version__.py +++ b/src/soundevent/__version__.py @@ -1,3 +1,3 @@ """Set version number for package.""" -__version__ = "1.3.5" +__version__ = "2.0.0"