Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Feb 8, 2024
1 parent f5b752b commit 80fe195
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 @@ -340,7 +340,7 @@ if (GIT_EXECUTABLE)
else()
set(GIT_SHA "GIT-hash-notfound")
endif()
set(unigen_FULL_VERSION "2.5.7")
set(unigen_FULL_VERSION "2.5.8")

string(REPLACE "." ";" unigen_FULL_VERSION_LIST ${unigen_FULL_VERSION})
SetVersionNumber("PROJECT" ${unigen_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 = "pyunigen"
version = "2.5.7"
version = "2.5.8"
description = "Bindings to UniGen, an approximate sampler"
keywords = ["sat", "model-counting"]
license = { file = "LICENSE" }
Expand Down

0 comments on commit 80fe195

Please sign in to comment.