From 486d91b8a5def8c59adc0e8d130b3bb2caea0bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nick=20br=C3=B8nn?= Date: Thu, 26 Sep 2024 11:35:58 -0400 Subject: [PATCH] bump version to 0.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3881d59..fdb6de5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "qiskit-research" -version = "0.0.3" +version = "0.0.4" description = "Research using Qiskit, demonstrating best practices for running quantum computing experiments." readme = "README.md" license = { file = "LICENSE.txt" }