From 47c77e332148c897594b9fe7fb7616bbe665e93a Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Sun, 31 Dec 2023 19:29:40 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=201.3.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 7b4bdd3..05740f9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.3.0 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 4d66c2f..7818cb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "soundevent" -version = "1.2.0" +version = "1.3.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 7b91c55..a20d31d 100644 --- a/src/soundevent/__version__.py +++ b/src/soundevent/__version__.py @@ -1,2 +1,2 @@ """Set version number for package.""" -__version__ = "1.2.0" +__version__ = "1.3.0"