Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Sep 3, 2020
1 parent 9fc3c85 commit b725348
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name = "YaoPlots"
uuid = "32cfe2d9-419e-45f2-8191-2267705d8dbc"
version = "0.4.0"
version = "0.4.1"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
ZXCalculus = "3525faa3-032d-4235-a8d4-8c2939a218dd"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Viznet = "52a3aca4-6234-47fd-b74a-806bdf78ede9"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
ZXCalculus = "3525faa3-032d-4235-a8d4-8c2939a218dd"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"

[compat]
Colors = "0.11, 0.12"
ZXCalculus = "0.2"
Compose = "0.8, 0.9"
GraphPlot = "0.4"
YaoBlocks = "0.11"
Viznet = "0.1"
LightGraphs = "1.3"
ZXCalculus = "0.2"
julia = "1"
LightGraphs = "1.3"
YaoBlocks = "0.11"
Colors = "0.11, 0.12"
GraphPlot = "0.4"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit b725348

@Roger-luo
Copy link
Member Author

Choose a reason for hiding this comment

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

Released from Ion CLI
@JuliaRegistrator register

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

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

Please sign in to comment.