Skip to content

Commit

Permalink
Releasing new pypi version to also contain Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Oct 21, 2023
1 parent f100d8b commit d9f7d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ if (GIT_EXECUTABLE)
else()
set(GIT_SHA "GIT-hash-notfound")
endif()
set(APPROXMC_FULL_VERSION "4.1.20")
set(APPROXMC_FULL_VERSION "4.1.21")

string(REPLACE "." ";" APPROXMC_FULL_VERSION_LIST ${APPROXMC_FULL_VERSION})
SetVersionNumber("PROJECT" ${APPROXMC_FULL_VERSION_LIST})
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyapproxmc"
version = "4.1.20"
version = "4.1.21"
description = "Bindings to ApproxMC, an approximate model counter"
keywords = ["sat", "model-counting"]
license = { file = "LICENSE" }
Expand Down

0 comments on commit d9f7d05

Please sign in to comment.