Skip to content

Commit

Permalink
Merge pull request #26 from TuringLang/compathelper/new_version/2021-…
Browse files Browse the repository at this point in the history
…04-06-10-15-36-105-559971379

CompatHelper: bump compat for "Bijectors" to "0.9"
  • Loading branch information
torfjelde authored Apr 6, 2021
2 parents cec6197 + 0343290 commit 808acbe
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.1"
version = "0.1.2"

[deps]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand All @@ -17,7 +17,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"

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

2 comments on commit 808acbe

@torfjelde
Copy link
Member Author

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

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.2 -m "<description of version>" 808acbe46d68ecb8ce89d18a4470b1c162feb2cb
git push origin v0.1.2

Please sign in to comment.