Upgrade version number to 1.0.5

Fix dependency graph
Remove loguru library
This commit is contained in:
2024-04-20 18:00:40 +02:00
parent 1f06631f69
commit b956aa3873
10 changed files with 103 additions and 3956 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)
project(BayesNet
VERSION 1.0.4.1
VERSION 1.0.5
DESCRIPTION "Bayesian Network and basic classifiers Library."
HOMEPAGE_URL "https://github.com/rmontanana/bayesnet"
LANGUAGES CXX