From 737a50c7aa4f125e8f241c1e7e792e998e713fdb Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Sat, 25 Jun 2022 08:48:36 -0400 Subject: [PATCH] DEV: Bump version to 4.0.0 --- doc/CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/crowsetta/__about__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index aa4c7e81..bb3d8060 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 +## 4.0.0 -- 2022-06-25 ### Added - add Raven format [#164](https://github.com/NickleDave/crowsetta/pull/164). diff --git a/pyproject.toml b/pyproject.toml index 43aad09d..4af1bb7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "scipy >=1.4.1", "SoundFile >=0.10.3", ] -version = "3.4.0" +version = "4.0.0" readme = "README.md" license = {file = "LICENSE"} classifiers = [ diff --git a/src/crowsetta/__about__.py b/src/crowsetta/__about__.py index b914cdbd..9cbafca5 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.0" +__version__ = "4.0.0" 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: