From f709ed7dc4d087a8f68e05dddf8cd6f94e363ca9 Mon Sep 17 00:00:00 2001 From: Alex V Date: Sun, 26 Jan 2025 01:22:42 +0100 Subject: [PATCH] add tag 0.2.4 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68679e3..b64df62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" # https://pypi.org/project/bhad [project] name = "bhad" -version = "0.2.3" +version = "0.2.4" description = "Bayesian Histogram-based Anomaly Detection" requires-python = ">=3.12" @@ -54,6 +54,5 @@ include = ["bhad*"] [project.urls] homepage = "https://github.com/AVoss84/bhad" -documentation = "https://github.com/AVoss84/bhad#readme" repository = "https://github.com/AVoss84/bhad" issues = "https://github.com/AVoss84/bhad/issues" \ No newline at end of file