We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fab5e commit b4ab662Copy full SHA for b4ab662
CMakeLists.txt
@@ -423,7 +423,7 @@ else()
423
set(GIT_SHA "GIT-hash-notfound")
424
endif()
425
426
-set(CMS_FULL_VERSION "5.12")
+set(CMS_FULL_VERSION "5.12.1")
427
428
string(REPLACE "." ";" CMS_FULL_VERSION_LIST ${CMS_FULL_VERSION})
429
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.12"
+version = "5.12.1"
8
description = "Bindings to CryptoMiniSat, an advanced SAT solver"
9
keywords = ["sat", "cryptography"]
10
license = { file = "LICENSE.txt" }
0 commit comments