Skip to content

Commit

Permalink
upper bound for julia versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenZhao44 committed Jul 16, 2024
1 parent d45b385 commit 2819062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ OMEinsum = "0.7, 0.8"
Vega = "2"
YaoHIR = "0.2"
YaoLocations = "0.1"
julia = ">= 1.9"
julia = "1.9, 1.10, 1.11, 1.12"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down

2 comments on commit 2819062

@ChenZhao44
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release via ion

@JuliaRegistrator register branch=master

Release notes:

Release Note

Plotting for ZX-diagrams and equality checks.

@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 updated: JuliaRegistries/General/111134

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.7.0 -m "<description of version>" 281906223cdfa83b3d8cadc1eaf2e0371e955ba8
git push origin v0.7.0

Please sign in to comment.