Skip to content

Commit

Permalink
Bump PastaQ to v0.0.25, HDF5 to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Jun 21, 2023
1 parent d27652e commit 56367f3
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 = "PastaQ"
uuid = "30b07047-aa8b-4c78-a4e8-24d720215c19"
authors = ["Giacomo Torlai <gttorlai@amazon.com>", "Matthew Fishman <mfishman@flatironinstitute.org>"]
version = "0.0.24"
version = "0.0.25"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -18,7 +18,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
ChainRulesCore = "1.10"
HDF5 = "0.13.1, 0.14, 0.15"
HDF5 = "0.13.1, 0.14, 0.15, 0.16"
ITensors = "0.3.20"
JLD2 = "0.4.14"
Observers = "0.0"
Expand Down

2 comments on commit 56367f3

@mtfishman
Copy link
Collaborator 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/85995

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.0.25 -m "<description of version>" 56367f36dd80357ad86b67b8fea03fc58fb77f82
git push origin v0.0.25

Please sign in to comment.