Skip to content

Commit

Permalink
update pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
timbode committed Jun 20, 2024
1 parent e3ea1cb commit 7227c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QAOA"
uuid = "814bfb56-6688-4460-8fd4-bc1ff2cd6cd4"
authors = ["Tim Bode, Dmitry Bagrets, Aditi Misra-Spieldenner, Tobias Stollenwerk, Frank K. Wilhelm"]
version = "1.3.1"
version = "1.3.2"

[deps]
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
Expand All @@ -23,7 +23,7 @@ ChainRulesCore = "1.16.0"
Distributions = "0.25.109"
DocStringExtensions = "0.9.3"
NLopt = "1.0.2"
OrdinaryDiffEq = "6.66"
OrdinaryDiffEq = "6.53"
Parameters = "0.12.3"
Yao = "0.8"
YaoBlocks = "0.13"
Expand Down

2 comments on commit 7227c5e

@timbode
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 register

Release notes:

  • Two-component schedule for tensor-problem evolution

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

Tagging

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 v1.3.2 -m "<description of version>" 7227c5e96ef5aceb1838099303c4dfcbf1e0626f
git push origin v1.3.2

Please sign in to comment.