diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f853cf8a..71410d62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,6 @@ repos: exclude_types: - "markdown" - repo: "https://github.com/ITensor/ITensorFormatter.jl" - rev: "v0.2.11" + rev: "v0.2.16" hooks: - id: "itensor-formatter" diff --git a/Project.toml b/Project.toml index 4e8c88ab..c988412e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" -version = "0.10.26" +version = "0.10.27" authors = ["ITensor developers and contributors"] [workspace]