Skip to content

Commit d0b9ce2

Browse files
author
tyler
committed
update version and requirements
1 parent f7d790d commit d0b9ce2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## RedVox Pandas (RedPandas) Version History
22

3+
## 1.4.21 (2024-03-04)
4+
- Updated redvox requirements
5+
36
## 1.4.20 (2024-02-13)
47
- Updated redvox requirements
58

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ description = "Library to streamline preprocessing of RedVox API 900 and API 100
1111
readme = "README.md"
1212
requires-python = ">=3.8"
1313
license = { file = "LICENSE" }
14-
version = "1.4.20"
14+
version = "1.4.21"
1515

1616
dependencies = [
1717
"matplotlib==3.7.1",
1818
"numpy==1.23.5",
1919
"obspy==1.4.0",
2020
"pandas==2.0.1",
2121
"pymap3d==3.0.1",
22-
"redvox==3.8.4",
22+
"redvox==3.8.5",
2323
"scipy==1.10.1",
2424
]
2525

redpandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
NAME: str = "redpandas"
6-
VERSION: str = "1.4.20"
6+
VERSION: str = "1.4.21"
77

88

99
def version() -> str:

0 commit comments

Comments
 (0)