Skip to content

Commit

Permalink
bumped distributions version (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpandingMan committed Dec 16, 2020
1 parent b6ea614 commit 7078111
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 = "POMDPModels"
uuid = "355abbd5-f08e-5560-ac9e-8b5f2592a0ca"
repo = "https://github.com/JuliaPOMDP/POMDPModels.jl"
version = "0.4.9"
version = "0.4.10"

[deps]
BeliefUpdaters = "8bb6e9a1-7d73-552c-a44a-e5dc5634aac4"
Expand All @@ -20,7 +20,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
BeliefUpdaters = "0.1, 0.2"
ColorSchemes = "3"
Compose = "0.7, 0.8, 0.9"
Distributions = "0.21,0.22, 0.23"
Distributions = "0.21, 0.22, 0.23, 0.24"
POMDPModelTools = "0.3.1"
POMDPs = "0.8, 0.9"
Parameters = "0"
Expand Down

2 comments on commit 7078111

@zsunberg
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/26448

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.4.10 -m "<description of version>" 7078111dcb439b7b69749c097505373d3556fee3
git push origin v0.4.10

Please sign in to comment.