From 6349a7b338b6863f02c7658e4f52ea64ff038727 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Fri, 17 Nov 2023 14:54:10 -0500 Subject: [PATCH] bump version to 0.0.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 772b94468..213ea510e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "ffsim" requires-python = ">=3.8" -version = "0.0.15.dev" +version = "0.0.15" description = "Faster simulations of fermionic quantum circuits." readme = "README.md" license = { file = "LICENSE" }