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 Oct 4, 2023
1 parent edc2e22 commit 08e0d54
Show file tree
Hide file tree
Showing 3 changed files with 4 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.11"
version = "1.4.12"

dependencies = [
"matplotlib==3.7.1",
"numpy==1.23.5",
"obspy==1.4.0",
"pandas==2.0.1",
"pymap3d==3.0.1",
"redvox==3.6.4",
"redvox==3.6.5",
"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.11"
VERSION: str = "1.4.12"


def version() -> str:
Expand Down
1 change: 1 addition & 0 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
rm -rf build
rm -rf dist
rm -rf redpandas.egg-info
rm -rf redvox_pandas.egg-info
rm -rf .mypy_cache

0 comments on commit 08e0d54

Please sign in to comment.