From 3c106183bcf02af951e1b6939d194e1ecb2f20bb Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Wed, 30 Oct 2024 13:24:13 -0400 Subject: [PATCH] bump version to 0.0.49.dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe5cb8a59..19ffc702b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "ffsim" requires-python = ">=3.9" -version = "0.0.48" +version = "0.0.49.dev" description = "Faster simulations of fermionic quantum circuits." readme = "README.md" license = { file = "LICENSE" }