From 0ac816a89d78cd8fcd1ae988f74ba2e3e2848466 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Thu, 20 Apr 2023 12:58:37 -0400 Subject: [PATCH] bump version to 0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83c9d2b0..755be69e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "qiskit_research" -version = "0.0.1" +version = "0.0.2" description = "Research using Qiskit, demonstrating best practices for running quantum computing experiments." readme = "README.md" license = { file = "LICENSE.txt" }