Skip to content

Commit

Permalink
[ITensors] Bump to v0.3.43 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Sep 14, 2023
1 parent f9b3451 commit dcfff20
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.42"
version = "0.3.43"

[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.1, 0.2"
NDTensors = "0.2.11"
PackageCompiler = "1.0.0, 2"
Requires = "1.1"
SerializedElementArrays = "0.1"
Expand Down

2 comments on commit dcfff20

@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/91443

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.43 -m "<description of version>" dcfff20190964e781bdfd96f68af716c031ae67b
git push origin v0.3.43

Please sign in to comment.