From 2939fe7518af594e2e7093a8a80a0330453d61fa Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Mon, 29 Sep 2025 09:12:28 +0900 Subject: [PATCH] Bump to v0.6.0 --- include/sparseir/version.h | 4 ++-- python/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/sparseir/version.h b/include/sparseir/version.h index 0f3f5f6d..bc2dcf1c 100644 --- a/include/sparseir/version.h +++ b/include/sparseir/version.h @@ -1,3 +1,3 @@ #define SPARSEIR_VERSION_MAJOR 0 -#define SPARSEIR_VERSION_MINOR 5 -#define SPARSEIR_VERSION_PATCH 2 +#define SPARSEIR_VERSION_MINOR 6 +#define SPARSEIR_VERSION_PATCH 0 diff --git a/python/pyproject.toml b/python/pyproject.toml index 309acbf6..b60467b4 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "pylibsparseir" -version = "0.5.2" +version = "0.6.0" description = "Python bindings for the libsparseir library" readme = "README.md" license = {file = "LICENSE"}