From 80fe195537981658a187ed3b1051a1c7b1ddea78 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Thu, 8 Feb 2024 22:18:24 +0100 Subject: [PATCH] Bumping versions --- CMakeLists.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 924f523..767020e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -340,7 +340,7 @@ if (GIT_EXECUTABLE) else() set(GIT_SHA "GIT-hash-notfound") endif() -set(unigen_FULL_VERSION "2.5.7") +set(unigen_FULL_VERSION "2.5.8") string(REPLACE "." ";" unigen_FULL_VERSION_LIST ${unigen_FULL_VERSION}) SetVersionNumber("PROJECT" ${unigen_FULL_VERSION_LIST}) diff --git a/pyproject.toml b/pyproject.toml index f8e4d70..c4d561f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyunigen" -version = "2.5.7" +version = "2.5.8" description = "Bindings to UniGen, an approximate sampler" keywords = ["sat", "model-counting"] license = { file = "LICENSE" }