From 336aec8fc2d38d552d1bc0455c5ed43fff15acfc Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Thu, 21 Dec 2023 22:12:59 +0100 Subject: [PATCH] Bump version thanks to fixes by Marcel Nageler --- CMakeLists.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7fc25c..b3f9103 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -350,7 +350,7 @@ if (GIT_EXECUTABLE) else() set(GIT_SHA "GIT-hash-notfound") endif() -set(APPROXMC_FULL_VERSION "4.1.21") +set(APPROXMC_FULL_VERSION "4.1.22") string(REPLACE "." ";" APPROXMC_FULL_VERSION_LIST ${APPROXMC_FULL_VERSION}) SetVersionNumber("PROJECT" ${APPROXMC_FULL_VERSION_LIST}) diff --git a/pyproject.toml b/pyproject.toml index 5d5715c..fc4b1d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyapproxmc" -version = "4.1.21" +version = "4.1.22" description = "Bindings to ApproxMC, an approximate model counter" keywords = ["sat", "model-counting"] license = { file = "LICENSE" }