Skip to content

Commit

Permalink
Merge pull request #27 from TuringLang/compathelper/new_version/2021-…
Browse files Browse the repository at this point in the history
…05-03-00-08-43-142-4156320618

CompatHelper: bump compat for "Distributions" to "0.25"
  • Loading branch information
yebai authored May 16, 2021
2 parents 808acbe + 855c875 commit 382c923
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,6 +1,6 @@
name = "AdvancedVI"
uuid = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
version = "0.1.2"
version = "0.1.3"

[deps]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand All @@ -18,7 +18,7 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"

[compat]
Bijectors = "0.4.0, 0.5, 0.6, 0.7, 0.8, 0.9"
Distributions = "0.21, 0.22, 0.23, 0.24"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
DistributionsAD = "0.2, 0.3, 0.4, 0.5, 0.6"
DocStringExtensions = "0.8"
ForwardDiff = "0.10.3"
Expand Down

2 comments on commit 382c923

@devmotion
Copy link
Member

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

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

Please sign in to comment.