Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenZhao44 committed Jul 16, 2024
1 parent 1b8fc0c commit 1e1762b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ZXCalculus"
uuid = "3525faa3-032d-4235-a8d4-8c2939a218dd"
authors = ["Chen Zhao and contributors"]
version = "0.6.0"
version = "0.7.0"

[deps]
Expronicon = "6b7a57c9-7cc1-4fdf-b7f5-e857abae3636"
Expand All @@ -14,13 +14,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
YaoHIR = "6769671a-fce8-4286-b3f7-6099e1b1298a"
YaoLocations = "66df03fb-d475-48f7-b449-3d9064bf085b"

[weakdeps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Vega = "239c3e63-733f-47ad-beb7-a12fde22c578"

[extensions]
ZXCalculusExt = ["Vega", "DataFrames"]

[compat]
DataFrames = "1"
Expronicon = "0.10.3"
Expand Down

2 comments on commit 1e1762b

@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.

Error while trying to register: Following packages are mentioned in [compat] but not found in [deps] or [extras]:
DataFrames

Please sign in to comment.