Skip to content

Commit 04e4f1e

Browse files
committedFeb 8, 2024
Bumping version
1 parent 2a7b902 commit 04e4f1e

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
@@ -447,7 +447,7 @@ else()
447447
set(GIT_SHA "GIT-hash-notfound")
448448
endif()
449449

450-
set(CMS_FULL_VERSION "5.11.19")
450+
set(CMS_FULL_VERSION "5.11.20")
451451

452452
string(REPLACE "." ";" CMS_FULL_VERSION_LIST ${CMS_FULL_VERSION})
453453
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.19"
7+
version = "5.11.20"
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.