From 76c1a572f39b3c340ea7c8ec2fd207acbb454946 Mon Sep 17 00:00:00 2001 From: Zachary Sunberg Date: Mon, 3 May 2021 16:34:29 -0600 Subject: [PATCH] Bump version after compat with Distributions 0.25 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1db95a72..2b895236 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "POMDPs" uuid = "a93abf59-7444-517b-a68a-c42f96afdd7d" -version = "0.9.2" +version = "0.9.3" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"