Skip to content

Commit

Permalink
Bump Version ToQUBO -> 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Nov 3, 2022
1 parent dfc525f commit 5358054
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name = "ToQUBO"
uuid = "9a412ddf-83fa-43b6-9748-7843c851aa65"
authors = ["pedromxavier <[email protected]>", "joaquimg <[email protected]>", "AndradeTiago <[email protected]>", "David Bernal <[email protected]>"]
version = "0.1.2"
authors = [
"pedromxavier <[email protected]>",
"joaquimg <[email protected]>",
"AndradeTiago <[email protected]>",
"David Bernal <[email protected]>"
]
version = "0.1.3"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Expand Down

2 comments on commit 5358054

@pedromxavier
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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.1.3 -m "<description of version>" 53580543bae4f9d6ff6a13de47ceab93fad8fcb2
git push origin v0.1.3

Please sign in to comment.