Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Mar 19, 2023
1 parent e15df13 commit a8ca69b
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 = "QuantumControlTestUtils"
uuid = "d3fd27c9-1dfb-4e67-b0c0-90d0d87a1e48"
authors = ["Michael Goerz <mail@michaelgoerz.net"]
version = "0.1.2+dev"
version = "0.1.3"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand All @@ -18,5 +18,5 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
BenchmarkTools = "1.3"
Coverage = "^1.4"
LocalCoverage = "0.4"
QuantumControl = ">=0.5"
QuantumControl = "0.6"
julia = "1.6"

2 comments on commit a8ca69b

@goerz
Copy link
Member Author

@goerz goerz commented on a8ca69b 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 created: JuliaRegistries/General/79881

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>" a8ca69bb823170c23d290882ff19a01cdff87bfd
git push origin v0.1.3

Please sign in to comment.