From 5fe191bb7156ce706b9f6a3958abd39960161260 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Wed, 17 Dec 2025 21:07:06 +0800 Subject: [PATCH] Bump to v2.0.0a10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f27083..77da1b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sparse-ir" -version = "2.0.0a9" +version = "2.0.0a10" description = "Python bindings for the libsparseir library, providing efficient sparse intermediate representation for many-body physics calculations" readme = "README.md" requires-python = ">=3.10"