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.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Sep 26, 2020
1 parent 4946146 commit 477c861
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name = "YaoArrayRegister"
uuid = "e600142f-9330-5003-8abb-0ebd767abc51"
version = "0.7.1"
version = "0.7.2"

[deps]
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
YaoBase = "a8f54c17-34bc-5a9d-b050-f522fe3f755f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"

[compat]
BitBasis = "0.7"
LuxurySparse = "0.6"
StaticArrays = "0.12"
StatsBase = "0.32, 0.33"
TupleTools = "1.1"
YaoBase = "~0.14.1"
julia = "1"
YaoBase = "~0.14.1"
TupleTools = "1.1"
LuxurySparse = "0.6"
BitBasis = "0.7"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[targets]
test = ["Test", "SparseArrays", "Random"]

2 comments on commit 477c861

@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 via 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/22032

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.2 -m "<description of version>" 477c86118f08132246a5201d79bb1141aede49cb
git push origin v0.7.2

Please sign in to comment.