From c152383ad72745c5da87ba79c2ab980662084da7 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Mon, 21 Aug 2023 22:11:07 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.2=20=E2=86=92=200.5.3?= 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 637d0e8..1a6d05a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.5.3 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 0b3e3b5..4f50171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ [project] name = "soundevent" -version = "0.5.2" +version = "0.5.3" 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 5527375..cba5c33 100644 --- a/src/soundevent/__version__.py +++ b/src/soundevent/__version__.py @@ -1,2 +1,2 @@ """Set version number for package.""" -__version__ = "0.5.2" +__version__ = "0.5.3"