From 3ac14c8115ad3d28338ba30ebbae1475846c94f4 Mon Sep 17 00:00:00 2001 From: tyler Date: Wed, 7 Feb 2024 14:32:46 -1000 Subject: [PATCH] update version and requirements --- docs/CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4349c6e..1a81575 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ ## RedVox Pandas (RedPandas) Version History +## 1.4.18 (2024-02-07) +- Updated redvox requirements + ## 1.4.17 (2023-11-21) - Updated redvox requirements diff --git a/pyproject.toml b/pyproject.toml index bea199f..f3c0d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ description = "Library to streamline preprocessing of RedVox API 900 and API 100 readme = "README.md" requires-python = ">=3.8" license = { file = "LICENSE" } -version = "1.4.17" +version = "1.4.18" dependencies = [ "matplotlib==3.7.1",