Skip to content

Commit

Permalink
bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 4, 2021
1 parent fb7c389 commit 22cb829
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "IBMQClient"
uuid = "02860bad-daa6-4506-8736-4a3616c18085"
authors = ["Roger-luo <rogerluo.rl18@gmail.com> and contributors"]
version = "0.3.1"
version = "0.3.2"

[deps]
ConfParser = "88353bc9-fd38-507d-a820-d3b43837d6b9"
Expand All @@ -23,3 +23,7 @@ HTTP = "0.9"
JSON = "0.21"
URIs = "1"
julia = "1.6"

[extras]

[targets]

2 comments on commit 22cb829

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

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.3.2 -m "<description of version>" 22cb8290b90963abfc2ff697277125390e8773d8
git push origin v0.3.2

Please sign in to comment.