Skip to content

Commit

Permalink
Bump TensorKit compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos authored Oct 9, 2023
1 parent 8c98198 commit 7391fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "TensorKitManifolds"
uuid = "11fa318c-39cb-4a83-b1ed-cdc7ba1e3684"
authors = ["Jutho Haegeman <[email protected]>", "Markus Hauru <[email protected]>"]
version = "0.6.1"
version = "0.6.2"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"

[compat]
TensorKit = "0.11"
TensorKit = "0.11, 0.12"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 7391fe0

@lkdvos
Copy link
Collaborator Author

@lkdvos lkdvos commented on 7391fe0 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/93077

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.2 -m "<description of version>" 7391fe01a4c60eb06ef8fcf2a3b4849bffdbce1e
git push origin v0.6.2

Please sign in to comment.