diff --git a/CMakeLists.txt b/CMakeLists.txt index 11882fa..62ad64e 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.16") +set(APPROXMC_FULL_VERSION "4.1.17") string(REPLACE "." ";" APPROXMC_FULL_VERSION_LIST ${APPROXMC_FULL_VERSION}) SetVersionNumber("PROJECT" ${APPROXMC_FULL_VERSION_LIST}) diff --git a/pyproject.toml b/pyproject.toml index 0cc1dd1..1b3952e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyapproxmc" -version = "4.1.16" +version = "4.1.17" description = "Bindings to ApproxMC, an approximate model counter" keywords = ["sat", "model-counting"] license = { file = "LICENSE" }