From 80db65432957d7de6beb4e2d132fbb1ea036ed4c Mon Sep 17 00:00:00 2001 From: Kamil Faber Date: Wed, 14 Aug 2024 12:56:26 +0200 Subject: [PATCH] Release v0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a2b143..39843cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "pyclad" description = "Python Library for Continual Lifelong Anomaly Detection" -version = "0.1.0a0" +version = "0.1.0" dependencies = [ "numpy>=2.0.0", "scikit-learn>=1.5.0",