Add smoothing parameter for compatibility with BayesNet

This commit is contained in:
2024-06-11 13:43:12 +02:00
parent 235c345e87
commit c5ff1a0b2b
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)
project(PyClassifiers
VERSION 1.0.1
VERSION 1.0.2
DESCRIPTION "Python Classifiers Wrapper."
HOMEPAGE_URL "https://github.com/rmontanana/pyclassifiers"
LANGUAGES CXX