From 4144571e8134e4d8321041763122fcb1d0ba115b Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" <kevjsung@umich.edu> Date: Tue, 9 Apr 2024 21:38:04 +0800 Subject: [PATCH] bump version to 0.0.27 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c95d4c5e..50d9ed7f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "ffsim" requires-python = ">=3.8" -version = "0.0.27.dev" +version = "0.0.27" description = "Faster simulations of fermionic quantum circuits." readme = "README.md" license = { file = "LICENSE" }