From 60d0561f1e110db1a919c22d0310354f23f1404f Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Mon, 1 Jul 2024 22:04:42 -0400 Subject: [PATCH] DEV: Bump version to 5.0.3 --- 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 fe8a07a..d01ef2f 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 +## 5.0.3 ### Fixed - Replace deprecated `pandera.SchemaModel` with `DataFrameModel`, fixes `AttributeError` on import after new install diff --git a/pyproject.toml b/pyproject.toml index dbca1da..61d2452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "scipy >=1.8.0", "SoundFile >=0.12.1", ] -version = "5.0.2.post1" +version = "5.0.3" readme = "README.md" license = {file = "LICENSE"} classifiers = [ diff --git a/src/crowsetta/__about__.py b/src/crowsetta/__about__.py index 35f9fce..eb4b60f 100644 --- a/src/crowsetta/__about__.py +++ b/src/crowsetta/__about__.py @@ -23,7 +23,7 @@ __summary__ = "A Python tool to work with any format for annotating animal vocalizations and bioacoustics data" __uri__ = "https://github.com/vocalpy/crowsetta" -__version__ = "5.0.2.post1" +__version__ = "5.0.3" 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: