Skip to content

Commit

Permalink
CompatHelper: bump compat for Turing to 0.25, (keep existing compat) (#…
Browse files Browse the repository at this point in the history
…88)

* CompatHelper: bump compat for Turing to 0.25, (keep existing compat)

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jose Storopoli <[email protected]>
  • Loading branch information
3 people authored Apr 29, 2023
1 parent b4f9fd5 commit d25325c
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.6"
version = "2.7"

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

2 comments on commit d25325c

@storopoli
Copy link
Member

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

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.7.0 -m "<description of version>" d25325c3daa73e122b3a93c09d2fa0ff266a0589
git push origin v2.7.0

Please sign in to comment.