From 43fdd54b385be7b47280b991811d81cd482f17d9 Mon Sep 17 00:00:00 2001 From: SatoshiTerasaki Date: Wed, 24 Dec 2025 14:45:06 +0900 Subject: [PATCH] Bump version to v2.0.0 (not alpha!!!) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77da1b4..678ddf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sparse-ir" -version = "2.0.0a10" +version = "2.0.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"