From 4b655ec340d22d676cb2f49d2bcb81fb95440f9c Mon Sep 17 00:00:00 2001 From: Zachary Sunberg Date: Wed, 24 Aug 2022 14:53:58 -0600 Subject: [PATCH] Bump version after switching from LightGraphs to Graphs --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7088c971..3ece0bc6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "POMDPs" uuid = "a93abf59-7444-517b-a68a-c42f96afdd7d" -version = "0.9.4" +version = "0.9.5" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"