Skip to content

Commit 9df2df3

Browse files
committed
Bumping version so CMS will be bumped which had issues with Windows
1 parent 0301e8c commit 9df2df3

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
@@ -350,7 +350,7 @@ if (GIT_EXECUTABLE)
350350
else()
351351
set(GIT_SHA "GIT-hash-notfound")
352352
endif()
353-
set(APPROXMC_FULL_VERSION "4.1.15")
353+
set(APPROXMC_FULL_VERSION "4.1.16")
354354

355355
string(REPLACE "." ";" APPROXMC_FULL_VERSION_LIST ${APPROXMC_FULL_VERSION})
356356
SetVersionNumber("PROJECT" ${APPROXMC_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 = "pyapproxmc"
7-
version = "4.1.15"
7+
version = "4.1.16"
88
description = "Bindings to ApproxMC, an approximate model counter"
99
keywords = ["sat", "model-counting"]
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)