From dfba40616bb34d13705733c21ca3e75df757c8ae Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Wed, 27 Mar 2024 21:36:44 -0400 Subject: [PATCH] bump version to 0.0.24 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c08737c1d..ad683f0d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "ffsim" requires-python = ">=3.8" -version = "0.0.24.dev" +version = "0.0.24" description = "Faster simulations of fermionic quantum circuits." readme = "README.md" license = { file = "LICENSE" }