Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
bump version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Sep 13, 2020
1 parent bac750f commit 13fa16e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name = "YaoSym"
uuid = "3b27209a-d3d6-11e9-3c0f-41eb92b2cb9d"
version = "0.4.5"
version = "0.4.6"

[deps]
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
YaoBase = "a8f54c17-34bc-5a9d-b050-f522fe3f755f"
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"

[compat]
BitBasis = "0.7"
LuxurySparse = "0.6"
Requires = "1.0"
SymEngine = "0.8"
YaoArrayRegister = "0.6, 0.7"
julia = "1"
YaoBase = "0.13, 0.14"
YaoBlocks = "0.10, 0.11"
julia = "1"
SymEngine = "0.8"
LuxurySparse = "0.6"
Requires = "1.0"
BitBasis = "0.7"

[extras]
SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"

[targets]
test = ["Test", "SymEngine"]

2 comments on commit 13fa16e

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

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.6 -m "<description of version>" 13fa16ebb9894ed3ff260bff125c6deb86fc98b7
git push origin v0.4.6

Please sign in to comment.