Skip to content

Commit

Permalink
CompatHelper: bump compat for AbstractGPs to 0.5, (keep existing comp…
Browse files Browse the repository at this point in the history
…at) (#10)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Aug 27, 2021
1 parent 6fa0b76 commit 4a45c13
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,13 +1,13 @@
name = "GPARs"
uuid = "86ee5ac1-314e-4b70-9100-2b12109404ad"
authors = ["Will Tebbutt and contributors"]
version = "0.2.2"
version = "0.2.3"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
AbstractGPs = "0.2.25, 0.3, 0.4"
AbstractGPs = "0.2.25, 0.3, 0.4, 0.5"
julia = "1.5"

2 comments on commit 4a45c13

@willtebbutt
Copy link
Owner

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.2.3 -m "<description of version>" 4a45c13b59712641d854bac0d5fccb4607405fec
git push origin v0.2.3

Please sign in to comment.