From c3eb114b628c0bb1da481c7a5db3bdd3e319f9b5 Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Tue, 16 Dec 2025 11:09:41 +0900 Subject: [PATCH] Bump to 2.0.0a8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 609cb4f..b6325d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sparse-ir" -version = "2.0.0a7" +version = "2.0.0a8" description = "Python bindings for the libsparseir library, providing efficient sparse intermediate representation for many-body physics calculations" readme = "README.md" requires-python = ">=3.10"