Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Feb 15, 2023
1 parent c1c9503 commit 50117d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuantumControlTestUtils"
uuid = "d3fd27c9-1dfb-4e67-b0c0-90d0d87a1e48"
authors = ["Michael Goerz <[email protected]"]
version = "0.1.0"
version = "0.1.1"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand All @@ -16,8 +16,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
BenchmarkTools = "1.3"
Coverage = "^1.4"
LocalCoverage = "0.4"
QuantumControl = "0.5.0"
QuantumPropagators = "0.3.0"
QuantumPropagators = "0.3.1"
julia = "1.6"
3 changes: 2 additions & 1 deletion src/dummy_problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ function optimize_with_dummy_method(problem)
end


QuantumControl.optimize(problem, method::Val{:dummymethod}) = optimize_with_dummy_method(problem)
QuantumControl.optimize(problem, method::Val{:dummymethod}) =
optimize_with_dummy_method(problem)


end

2 comments on commit 50117d2

@goerz
Copy link
Member Author

@goerz goerz commented on 50117d2 Feb 15, 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/77738

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.1 -m "<description of version>" 50117d28e2b7c21610eb4118461c10f84591cc44
git push origin v0.1.1

Please sign in to comment.