From 2e1405b4f953d392016470783c25e7e224bc9f07 Mon Sep 17 00:00:00 2001 From: Edgar Harutyunian Date: Mon, 10 Feb 2025 16:07:33 +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 ae1219d..0bf9fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "laplaciannb" -version = "0.6.8" +version = "0.6.9" 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"},