From 01f70bf5ebf465fa0f07edb3fc974e733f71fcf8 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Mon, 22 Sep 2025 21:41:58 +0900 Subject: [PATCH] Bump to v0.5.1 --- include/sparseir/version.h | 2 +- python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sparseir/version.h b/include/sparseir/version.h index 2e667b8c..77c23fe6 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 0 +#define SPARSEIR_VERSION_PATCH 1 diff --git a/python/pyproject.toml b/python/pyproject.toml index 3404d8c8..c758ca06 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.0" +version = "0.5.1" description = "Python bindings for the libsparseir library" readme = "README.md" license = {file = "LICENSE"}