From 5e380e14ed841259cfee09666ab9c764a4ff0668 Mon Sep 17 00:00:00 2001 From: Zachary Sunberg Date: Mon, 15 May 2023 09:57:12 -0700 Subject: [PATCH] Bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cfd3924..7e70c8b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MCTS" uuid = "e12ccd36-dcad-5f33-8774-9175229e7b33" repo = "https://github.com/JuliaPOMDP/MCTS.jl" -version = "0.5.1" +version = "0.5.2" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"