From 262f96abc40f8d53911d54943cfc3188ceb49b95 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Mon, 21 Oct 2024 19:39:11 -0400 Subject: [PATCH] bump version to 0.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73428c4..fe4ca7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "qiskit-quimb" description = "Simulate Qiskit circuits using quimb" -version = "0.0.3.dev" +version = "0.0.3" requires-python = ">=3.10" readme = "README.md" license = { file = "LICENSE" }