Skip to content

Commit

Permalink
update version and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler committed Feb 13, 2024
1 parent 98cc4ab commit f7d790d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## RedVox Pandas (RedPandas) Version History

## 1.4.20 (2024-02-13)
- Updated redvox requirements

## 1.4.19 (2024-02-07)
- Updated redvox requirements
- Fixed error in requirements from 1.4.18
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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.19"
version = "1.4.20"

dependencies = [
"matplotlib==3.7.1",
"numpy==1.23.5",
"obspy==1.4.0",
"pandas==2.0.1",
"pymap3d==3.0.1",
"redvox==3.8.3",
"redvox==3.8.4",
"scipy==1.10.1",
]

Expand Down
2 changes: 1 addition & 1 deletion redpandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

NAME: str = "redpandas"
VERSION: str = "1.4.17"
VERSION: str = "1.4.20"


def version() -> str:
Expand Down

0 comments on commit f7d790d

Please sign in to comment.