Skip to content

Commit

Permalink
add tag 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AVoss84 committed Jan 26, 2025
1 parent f709ed7 commit fcca49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ source .env_bhad/bin/activate
For local development (only):
```bash
uv pip install -r pyproject.toml

# Install bhad in editable mode (incl. notebook dependencies)
uv pip install -e ".[notebook]"
uv pip install -e .
```

Install directly from PyPi:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
# https://pypi.org/project/bhad
[project]
name = "bhad"
version = "0.2.4"
version = "0.2.5"
description = "Bayesian Histogram-based Anomaly Detection"
requires-python = ">=3.12"

Expand Down

0 comments on commit fcca49a

Please sign in to comment.