From 127c222c20df06f6c6ac042544f5e65cbe500f17 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Sun, 26 Jan 2025 07:33:15 +0800 Subject: [PATCH] bump version to 0.0.7.dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0d0298..6bc1824 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.6" +version = "0.0.7.dev" requires-python = ">=3.9" readme = "README.md" license = { file = "LICENSE" }