Skip to content

Commit e566b36

Browse files
committedAug 11, 2023
Updating version
1 parent 8146478 commit e566b36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ else()
452452
set(GIT_SHA "GIT-hash-notfound")
453453
endif()
454454

455-
set(CMS_FULL_VERSION "5.11.11")
455+
set(CMS_FULL_VERSION "5.11.12")
456456

457457
string(REPLACE "." ";" CMS_FULL_VERSION_LIST ${CMS_FULL_VERSION})
458458
SetVersionNumber("PROJECT" ${CMS_FULL_VERSION_LIST})

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pycryptosat"
7-
version = "5.11.11"
7+
version = "5.11.12"
88
description = "Bindings to CryptoMiniSat, an advanced SAT solver"
99
keywords = ["sat", "cryptography"]
1010
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)
Please sign in to comment.