From 702916704a5a0841fc91d5c1457e44d85b189265 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Wed, 20 Sep 2023 13:43:38 -0400 Subject: [PATCH] bump version to 0.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9d71a3da..99ac10fc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "ffsim" requires-python = ">=3.8" -version = "0.0.5" +version = "0.0.6" description = "Faster simulations of fermionic quantum circuits." readme = "README.md" license = { file = "LICENSE" }