Skip to content

Commit

Permalink
CompatHelper: bump compat for "Turing" to "0.17" (#36)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "Turing" to "0.17"

* Update Project.toml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Théo Galy-Fajou <[email protected]>
  • Loading branch information
github-actions[bot] and theogf authored Aug 6, 2021
1 parent 0c555c2 commit 6de1e63
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 = "Turkie"
uuid = "8156cc02-0533-41cd-9345-13411ebe105f"
authors = ["Theo Galy-Fajou <[email protected]> and contributors"]
version = "0.1.6"
version = "0.1.7"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand All @@ -17,7 +17,7 @@ Colors = "0.12"
KernelDensity = "0.5, 0.6"
Makie = "0.13, 0.14, 0.15"
OnlineStats = "1.5"
Turing = "0.15, 0.16"
Turing = "0.15, 0.16, 0.17"
julia = "1.5"

[extras]
Expand Down

2 comments on commit 6de1e63

@theogf
Copy link
Owner

@theogf theogf commented on 6de1e63 Aug 6, 2021

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/42283

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.7 -m "<description of version>" 6de1e63b4a9f046ea670276c1b40be305b7597ba
git push origin v0.1.7

Please sign in to comment.