Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Oct 23, 2023
1 parent 59a5fd9 commit d04827c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
name = "YaoHIR"
uuid = "6769671a-fce8-4286-b3f7-6099e1b1298a"
authors = ["Roger-Luo <[email protected]> and contributors"]
version = "0.2.1"
version = "0.2.2"

[deps]
Expronicon = "6b7a57c9-7cc1-4fdf-b7f5-e857abae3636"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
YaoLocations = "66df03fb-d475-48f7-b449-3d9064bf085b"

[weakdeps]
OpenQASM = "a8821629-a4c0-4df7-9e00-12969ff383a7"

[extensions]
YaoHIRExt = ["OpenQASM"]

[compat]
Expronicon = "0.10"
MLStyle = "0.4"
YaoLocations = "0.1"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
OpenQASM = "a8821629-a4c0-4df7-9e00-12969ff383a7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

2 comments on commit d04827c

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

release via ion

@JuliaRegistrator register branch=master

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

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

Please sign in to comment.