Skip to content

Commit

Permalink
[ITensors] Bump to v0.3.46 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Oct 17, 2023
1 parent cc0f497 commit 6b6b362
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,7 +1,7 @@
name = "ITensors"
uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5"
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
version = "0.3.45"
version = "0.3.46"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -43,7 +43,7 @@ HDF5 = "0.14, 0.15, 0.16, 0.17"
IsApprox = "0.1"
KrylovKit = "0.4.2, 0.5, 0.6"
LinearMaps = "3"
NDTensors = "0.2.13"
NDTensors = "0.2.14"
PackageCompiler = "1.0.0, 2"
Requires = "1.1"
SerializedElementArrays = "0.1"
Expand Down

2 comments on commit 6b6b362

@mtfishman
Copy link
Member Author

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/93612

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.3.46 -m "<description of version>" 6b6b362ab22e5a00737ec9d6b6e56aeb9011513e
git push origin v0.3.46

Please sign in to comment.