Skip to content

Commit

Permalink
Update Project.toml (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Aug 24, 2021
1 parent 6d92e39 commit 0278a3c
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 = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.17.2"
version = "0.17.3"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -50,7 +50,7 @@ ForwardDiff = "0.10.3"
Libtask = "0.4, 0.5.3"
MCMCChains = "4"
NamedArrays = "0.9"
Reexport = "0.2, ~1.0, ~1.1, =1.2.0"
Reexport = "0.2, 1"
Requires = "0.5, 1.0"
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1"
StatsBase = "0.32, 0.33"
Expand Down

2 comments on commit 0278a3c

@devmotion
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/43477

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.17.3 -m "<description of version>" 0278a3cc90fef2a835157c62c34a9e41569e07d1
git push origin v0.17.3

Please sign in to comment.