From f944ffcdfcb170ef4c5ba631c0925c1dee006455 Mon Sep 17 00:00:00 2001 From: tyler Date: Tue, 21 Nov 2023 11:28:20 -1000 Subject: [PATCH] update version and requirements --- docs/CHANGELOG.md | 3 +++ pyproject.toml | 4 ++-- redpandas/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1fada55..4349c6e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ ## RedVox Pandas (RedPandas) Version History +## 1.4.17 (2023-11-21) +- Updated redvox requirements + ## 1.4.16 (2023-11-17) - Updated redvox requirements diff --git a/pyproject.toml b/pyproject.toml index a663aa0..bea199f 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.16" +version = "1.4.17" dependencies = [ "matplotlib==3.7.1", @@ -19,7 +19,7 @@ dependencies = [ "obspy==1.4.0", "pandas==2.0.1", "pymap3d==3.0.1", - "redvox==3.8.1", + "redvox==3.8.2", "scipy==1.10.1", ] diff --git a/redpandas/__init__.py b/redpandas/__init__.py index a0bbe37..48b2c2c 100644 --- a/redpandas/__init__.py +++ b/redpandas/__init__.py @@ -3,7 +3,7 @@ """ NAME: str = "redpandas" -VERSION: str = "1.4.16" +VERSION: str = "1.4.17" def version() -> str: