From bd6f5ed78e2b909b091d7b65067bff1cd0f0dce6 Mon Sep 17 00:00:00 2001 From: Alex V Date: Sat, 25 Jan 2025 23:02:50 +0100 Subject: [PATCH] add new pproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88afe6b..705ebcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "bhad" -version = "0.2.1" +version = "0.2.1.1" description = "Bayesian Histogram-based Anomaly Detection" requires-python = ">=3.8"