From 0c80ffd97a6d0dd5596aedb7086c5b7defcc9a4b Mon Sep 17 00:00:00 2001 From: govindchari Date: Wed, 12 Feb 2025 13:43:56 -0800 Subject: [PATCH] v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7581481..8d52a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "qocogen" -version = "0.1.1" +version = "0.1.2" description = "QOCOGEN: Custom Code Generator for the QOCO solver" readme = "README.md" requires-python = ">=3.8"