Skip to content

Commit

Permalink
CompatHelper: bump compat for Turing to 0.21, (keep existing compat) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 18, 2022
1 parent 4297ca4 commit 37bef57
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 = "TuringGLM"
uuid = "0004c1f4-53c5-4d43-a221-a1dac6cf6b74"
authors = ["Jose Storopoli <[email protected]>, Rik Huijzer <[email protected]>, and contributors"]
version = "2.0.0"
version = "2.0.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -28,5 +28,5 @@ StatsBase = "0.33"
StatsModels = "0.6.28"
TableOperations = "1.2"
Tables = "1.6"
Turing = "0.20"
Turing = "0.20, 0.21"
julia = "1.6"

2 comments on commit 37bef57

@rikhuijzer
Copy link
Collaborator

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

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 v2.0.1 -m "<description of version>" 37bef5762ee5b6bd2cfb74a865f65f42ec4f6436
git push origin v2.0.1

Please sign in to comment.