From 8aeb00c17d53d7c348c0084373b40cde3f6f08e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:30:06 +0000 Subject: [PATCH] Bump version to 5.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }