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