Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Feb 14, 2021
1 parent 04955cf commit 6ade559
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,29 +1,29 @@
name = "IBMQClient"
uuid = "02860bad-daa6-4506-8736-4a3616c18085"
authors = ["Roger-luo <rogerluo.rl18@gmail.com> and contributors"]
version = "0.2.0"
version = "0.2.1"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
OpenQASM = "a8821629-a4c0-4df7-9e00-12969ff383a7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
OpenQASM = "a8821629-a4c0-4df7-9e00-12969ff383a7"

[compat]
JSON = "0.21"
HTTP = "0.9"
julia = "1"
URIs = "1.1"
Crayons = "4"
HTTP = "0.9"
JSON = "0.21"
OpenQASM = "2"
URIs = "1.1"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

2 comments on commit 6ade559

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

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.1 -m "<description of version>" 6ade559c088e7174ecec3229bca5a9899eed79aa
git push origin v0.2.1

Please sign in to comment.