Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Mar 19, 2023
1 parent 56481c4 commit 2aac6c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GRAPE"
uuid = "6b52fcaf-80fe-489a-93e9-9f92080510be"
authors = ["Michael Goerz <mail@michaelgoerz.net>", "Alastair Marshall <alastair@nvision-imaging.com>"]
version = "0.5.2+dev"
version = "0.5.3"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -15,8 +15,8 @@ QuantumGradientGenerators = "a563f35e-61db-434d-8c01-8b9e3ccdfd85"

[compat]
Optim = "1"
QuantumControlBase = ">=0.8"
QuantumGradientGenerators = ">=0.1.1"
QuantumControlBase = "0.8.1"
QuantumGradientGenerators = "0.1.1"
LBFGSB = "^0.4"
ConcreteStructs = "^0.2"
julia = "1.6"

2 comments on commit 2aac6c2

@goerz
Copy link
Member Author

@goerz goerz commented on 2aac6c2 Mar 19, 2023

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 updated: JuliaRegistries/General/79864

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.5.3 -m "<description of version>" 2aac6c236496e9c521bf5c96d9bf39cd96bfe9c6
git push origin v0.5.3

Please sign in to comment.