Skip to content

Commit

Permalink
CompatHelper: bump compat for ITensorMPS to 0.2, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#5)

* CompatHelper: bump compat for ITensorMPS to 0.2, (keep existing compat)

* Bump to ITensorMPS.jl v0.2

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Matt Fishman <[email protected]>
  • Loading branch information
3 people authored May 16, 2024
1 parent 8658a01 commit d7f7976
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 = "ITensorVisualizationBase"
uuid = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23"
authors = ["Matthew Fishman <[email protected]> and contributors"]
version = "0.1.9"
version = "0.1.10"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -21,7 +21,7 @@ AbstractTrees = "0.4"
Compat = "3.40.0, 4"
GeometryBasics = "0.4.1"
Graphs = "1.4.1"
ITensorMPS = "0.1"
ITensorMPS = "0.1, 0.2"
ITensors = "0.2.12, 0.3, 0.4, 0.5, 0.6"
MetaGraphs = "0.7.1"
NetworkLayout = "0.4.3"
Expand Down

2 comments on commit d7f7976

@mtfishman
Copy link
Member

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.1.10 -m "<description of version>" d7f7976fb3aacadd2458abf2b85ffb297f1c0545
git push origin v0.1.10

Please sign in to comment.