From f3aa0b2f1daa725517e2bb5d1db5018af4f37261 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Tue, 17 Sep 2024 21:00:22 -0500 Subject: [PATCH] bump version to 0.0.45 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 098fdead8..eb527571a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "ffsim" requires-python = ">=3.9" -version = "0.0.45.dev" +version = "0.0.45" description = "Faster simulations of fermionic quantum circuits." readme = "README.md" license = { file = "LICENSE" }