diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 4828cb3..c6aa20e 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 3.4.2 ### Fixed - Remove exceptions raised by 'birdsong-recognition-dataset' format when `wavpath` directory does not exist or wav files are not found in that directory, diff --git a/pyproject.toml b/pyproject.toml index 49470c5..4f884ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "scipy >=1.4.1", "SoundFile >=0.10.3", ] -version = "3.4.1" +version = "3.4.2" readme = "README.md" license = {file = "LICENSE"} classifiers = [ diff --git a/src/crowsetta/__about__.py b/src/crowsetta/__about__.py index f56f193..c61b7c1 100644 --- a/src/crowsetta/__about__.py +++ b/src/crowsetta/__about__.py @@ -23,7 +23,7 @@ __summary__ = "A tool to work with any format for annotating vocalizations" __uri__ = "https://github.com/NickleDave/crowsetta" -__version__ = "3.4.1" +__version__ = "3.4.2" if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")): with open(os.path.join(base_dir, ".commit")) as fp: