Skip to content

Commit

Permalink
CompatHelper: bump compat for "AdvancedHMC" to "0.3" (#18)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "AdvancedHMC" to "0.3"

* Update Project.toml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
  • Loading branch information
github-actions[bot] and theogf committed Jul 16, 2021
1 parent 125c389 commit c551943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,7 +1,7 @@
name = "ThermodynamicIntegration"
uuid = "1022446e-a4a4-4a46-8bce-0ffd39f68cd3"
authors = ["Theo Galy-Fajou <theo.galyfajou@gmail.com> and contributors"]
version = "0.2.3"
version = "0.2.4"

[deps]
AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
Expand All @@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"

[compat]
AdvancedHMC = "0.2"
AdvancedHMC = "0.2, 0.3"
ForwardDiff = "0.10"
ProgressMeter = "1"
Requires = "1"
Expand Down

2 comments on commit c551943

@theogf
Copy link
Owner

@theogf theogf commented on c551943 Jul 16, 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/40995

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.2.4 -m "<description of version>" c5519430a743319a17255930a935851577053fcf
git push origin v0.2.4

Please sign in to comment.