diff --git a/pyproject.toml b/pyproject.toml index 7bf43e5..a9c0b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dualip" -version = "5.0.1" +version = "5.0.2" description = "Extreme-scale linear programming with a first-order projected dual-ascent solver and a modular API for problem-specific components." readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" }