Skip to content

Commit b4ab662

Browse files
committed
Update version
1 parent b5fab5e commit b4ab662

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
@@ -423,7 +423,7 @@ else()
423423
set(GIT_SHA "GIT-hash-notfound")
424424
endif()
425425

426-
set(CMS_FULL_VERSION "5.12")
426+
set(CMS_FULL_VERSION "5.12.1")
427427

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

0 commit comments

Comments
 (0)