Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/sparseir/version.h
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
Loading