Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Nov 26, 2020
1 parent 3845b45 commit 80f4fb6
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.1.0"
version = "0.2.0"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
OpenQASM = "a8821629-a4c0-4df7-9e00-12969ff383a7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
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]
Crayons = "4"
HTTP = "0.9"
JSON = "0.21"
OpenQASM = "2"
URIs = "1.1"
HTTP = "0.9"
julia = "1"
URIs = "1.1"
Crayons = "4"
OpenQASM = "2"

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

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

2 comments on commit 80f4fb6

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

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.0 -m "<description of version>" 80f4fb67df1c95095dd6379a9e6300ee8940a66e
git push origin v0.2.0

Please sign in to comment.