Skip to content

Commit

Permalink
Bump version: 1.3.1 → 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jan 2, 2024
1 parent f9e5635 commit 6bda85f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.2
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "soundevent"
version = "1.3.1"
version = "1.3.2"
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 = "[email protected]" },
Expand All @@ -19,7 +19,7 @@ audio = [
"pysoundfile>=0.9.0.post1",
"librosa>=0.10.1",
]
evaluation = ["scikit-learn>=1.3.1"]
evaluation = ["scikit-learn>=1.3.2"]
geometry = ["shapely>=2.0.1"]
all = [
"soundevent[plot]",
Expand Down
2 changes: 1 addition & 1 deletion src/soundevent/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Set version number for package."""
__version__ = "1.3.1"
__version__ = "1.3.2"

0 comments on commit 6bda85f

Please sign in to comment.