From 1179eeb74b8b9037517ebebcb20711b6309565dc Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Sat, 9 Sep 2023 18:29:59 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.4=20=E2=86=92=200.6.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 3c95c0c..5e3aa77 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.4 +current_version = 0.6.0 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 8a5cd75..b64ab55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ [project] name = "soundevent" -version = "0.5.4" +version = "0.6.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 8b2b662..de53eb6 100644 --- a/src/soundevent/__version__.py +++ b/src/soundevent/__version__.py @@ -1,2 +1,2 @@ """Set version number for package.""" -__version__ = "0.5.4" +__version__ = "0.6.0"