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 Nov 7, 2023
1 parent 70b13e1 commit ef2cc04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.14"
version = "1.4.15"

dependencies = [
"matplotlib==3.7.1",
"numpy==1.23.5",
"obspy==1.4.0",
"pandas==2.0.1",
"pymap3d==3.0.1",
"redvox==3.7.0",
"redvox==3.8.0",
"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.14"
VERSION: str = "1.4.15"


def version() -> str:
Expand Down

0 comments on commit ef2cc04

Please sign in to comment.