From eb9a8c607344acd77e827cda113c26e643afb23d Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Wed, 9 Oct 2024 14:03:28 -0400 Subject: [PATCH] bump version to 0.0.46 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96b12b79f..b11f7e1d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "ffsim" requires-python = ">=3.9" -version = "0.0.46.dev" +version = "0.0.46" description = "Faster simulations of fermionic quantum circuits." readme = "README.md" license = { file = "LICENSE" }