Update version number

This commit is contained in:
2025-07-19 22:47:32 +02:00
parent 17ee6a909a
commit 89142f8997
3 changed files with 11 additions and 3 deletions

View File

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