diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d3d4fd0..166fcdf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ ## RedVox Pandas (RedPandas) Version History +## 1.4.13 (2023-10-09) +- Updated requirements + ## 1.3.11 (2023-04-11) - Updated requirements - Added frequency_scaling option for plot_mesh_pandas_audio diff --git a/pyproject.toml b/pyproject.toml index 88f1f0f..20922c7 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.12" +version = "1.4.13" dependencies = [ "matplotlib==3.7.1", @@ -19,7 +19,7 @@ dependencies = [ "obspy==1.4.0", "pandas==2.0.1", "pymap3d==3.0.1", - "redvox==3.6.5", + "redvox==3.6.6", "scipy==1.10.1", ] diff --git a/redpandas/__init__.py b/redpandas/__init__.py index ca26c1c..86f5230 100644 --- a/redpandas/__init__.py +++ b/redpandas/__init__.py @@ -3,7 +3,7 @@ """ NAME: str = "redpandas" -VERSION: str = "1.4.12" +VERSION: str = "1.4.13" def version() -> str: