From 19f7c643cc602d789a046542ef74f8b73f0480ab Mon Sep 17 00:00:00 2001 From: Edgar Harutyunian Date: Mon, 10 Feb 2025 15:42:02 +0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e08253..d6ade41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "laplaciannb" -version = "0.6.6" +version = "0.6.7" 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"},