From bb4a2f925b8118ace6e2d8c5033fd7823c7834d1 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Tue, 30 Dec 2025 14:18:43 +0900 Subject: [PATCH] chore: bump version to 2.1.0 - Add deriv() method support (new feature) - Update to pylibsparseir v0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccd9e71..e7fe2dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sparse-ir" -version = "2.0.0" +version = "2.1.0" description = "Python bindings for the libsparseir library, providing efficient sparse intermediate representation for many-body physics calculations" readme = "README.md" requires-python = ">=3.10"