Skip to content

Commit 219a457

Browse files
committed
Bumping version after update of python module
1 parent 1c15956 commit 219a457

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
@@ -454,7 +454,7 @@ else()
454454
set(GIT_SHA "GIT-hash-notfound")
455455
endif()
456456

457-
set(CMS_FULL_VERSION "5.11.3")
457+
set(CMS_FULL_VERSION "5.11.4")
458458

459459
string(REPLACE "." ";" CMS_FULL_VERSION_LIST ${CMS_FULL_VERSION})
460460
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.3"
7+
version = "5.11.4"
88
description = "Bindings to CryptoMiniSat, an advanced SAT solver"
99
keywords = ["sat", "cryptography"]
1010
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)