From 577720f13ec41cbbd8fc0dda9cebd4e99e9fe4fc Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Sun, 2 Jun 2024 23:05:20 -0400 Subject: [PATCH] bump version to 0.0.36 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e78d8767..3968c584c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "ffsim" requires-python = ">=3.8" -version = "0.0.36.dev" +version = "0.0.36" description = "Faster simulations of fermionic quantum circuits." readme = "README.md" license = { file = "LICENSE" }