From 1583dcba34721bf4db4415cbf2ed101e0a9a8aa2 Mon Sep 17 00:00:00 2001 From: bbaranow Date: Sun, 3 Nov 2024 15:31:56 +0100 Subject: [PATCH] bump version for test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b60045c..0c45b2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "laplaciannb" -version = "0.6.0" +version = "0.6.1" description = "**LaplacianNB** is a Python module developed at **Novartis AG** for Naive Bayes classifier for laplacian modified models based on scikit-learn Naive Bayes implementation." authors = [ {name = "Bartosz Baranowski",email = "bartosz.baranowski@novartis.com"},