Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebei committed Sep 20, 2024
1 parent 282d001 commit d057da5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bind/bind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef std::map<std::tuple<Int8, Int8, Int8>, Int32> TripleTupleIndex;

PYBIND11_MODULE(cdl, m) {
m.doc() = "Core objects and functions of the Condorcet Domain Library (CDL)";
m.attr("__version__") = "1.3.1";
m.attr("__version__") = "1.3.2";

py::class_<TripleRule>(m, "TripleRule")
.def(py::init<>())
Expand Down
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ build-backend = "scikit_build_core.build"

[project]
name = "condorcet-domain"
version = "1.3.1"
dependencies = [
"gcc",
"cmake"
]
version = "1.3.2"
dependencies = []

requires-python = ">=3.8"
authors = [
{name = "Dr Bei Zhou", email = "[email protected]"},
Expand Down

0 comments on commit d057da5

Please sign in to comment.