From 8c265503cfc02eeda3fcbf101578e8eea9f398f5 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Sat, 13 Jul 2024 22:13:02 +0200 Subject: [PATCH] Bumping version --- CMakeLists.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba100acb9..942779d4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -423,7 +423,7 @@ else() set(GIT_SHA "GIT-hash-notfound") endif() -set(CMS_FULL_VERSION "5.11.21") +set(CMS_FULL_VERSION "5.11.22") string(REPLACE "." ";" CMS_FULL_VERSION_LIST ${CMS_FULL_VERSION}) SetVersionNumber("PROJECT" ${CMS_FULL_VERSION_LIST}) diff --git a/pyproject.toml b/pyproject.toml index 62729656b..7e179e264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pycryptosat" -version = "5.11.21" +version = "5.11.22" description = "Bindings to CryptoMiniSat, an advanced SAT solver" keywords = ["sat", "cryptography"] license = { file = "LICENSE.txt" }