We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7b902 commit 04e4f1eCopy full SHA for 04e4f1e
CMakeLists.txt
@@ -447,7 +447,7 @@ else()
447
set(GIT_SHA "GIT-hash-notfound")
448
endif()
449
450
-set(CMS_FULL_VERSION "5.11.19")
+set(CMS_FULL_VERSION "5.11.20")
451
452
string(REPLACE "." ";" CMS_FULL_VERSION_LIST ${CMS_FULL_VERSION})
453
SetVersionNumber("PROJECT" ${CMS_FULL_VERSION_LIST})
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pycryptosat"
7
-version = "5.11.19"
+version = "5.11.20"
8
description = "Bindings to CryptoMiniSat, an advanced SAT solver"
9
keywords = ["sat", "cryptography"]
10
license = { file = "LICENSE.txt" }
0 commit comments