diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b4da3a..2555463 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -349,7 +349,7 @@ if (GIT_EXECUTABLE) else() set(GIT_SHA "GIT-hash-notfound") endif() -set(APPROXMC_FULL_VERSION "4.1.3") +set(APPROXMC_FULL_VERSION "4.1.4") string(REPLACE "." ";" APPROXMC_FULL_VERSION_LIST ${APPROXMC_FULL_VERSION}) SetVersionNumber("PROJECT" ${APPROXMC_FULL_VERSION_LIST}) diff --git a/pyproject.toml b/pyproject.toml index 8bea629..6278436 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyapproxmc" -version = "4.1.3" +version = "4.1.4" description = "Bindings to ApproxMC, an approximate model counter" keywords = ["sat", "model-counting"] license = { file = "LICENSE" }