diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 04d9f83..d5f9c21 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 3f04101..4253a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "soundevent" -version = "1.1.0" +version = "1.1.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 5ba235d..729a577 100644 --- a/src/soundevent/__version__.py +++ b/src/soundevent/__version__.py @@ -1,2 +1,2 @@ """Set version number for package.""" -__version__ = "1.1.0" +__version__ = "1.1.1"