Skip to content

Commit

Permalink
[ITensorGaussianMPS] Bump to v0.1.3 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Nov 2, 2023
1 parent 4252d7d commit 5d971a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ITensorGaussianMPS/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ITensorGaussianMPS"
uuid = "2be41995-7c9f-4653-b682-bfa4e7cebb93"
authors = ["Matthew Fishman <[email protected]> and contributors"]
version = "0.1.2"
version = "0.1.3"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -10,5 +10,5 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
Compat = "3.40.0, 4"
ITensors = "0.3.14"
ITensors = "0.3.49"
julia = "1.6"

2 comments on commit 5d971a9

@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 register subdir=ITensorGaussianMPS

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

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 ITensorGaussianMPS-v0.1.3 -m "<description of version>" 5d971a97b44ffb99557d96028c67f81c307b8875
git push origin ITensorGaussianMPS-v0.1.3

Please sign in to comment.