Skip to content

Commit ad0e6e4

Browse files
committed
Bump version
1 parent 02fc5e8 commit ad0e6e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.10")
455+
set(CMS_FULL_VERSION "5.11.11")
456456

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.10"
7+
version = "5.11.11"
88
description = "Bindings to CryptoMiniSat, an advanced SAT solver"
99
keywords = ["sat", "cryptography"]
1010
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)