From f801cf0349561d1bb7f3bdf0273bbe347a11ef17 Mon Sep 17 00:00:00 2001 From: Alexander Nasuta <alexander.nasuta@ima.rwth-aachen.de> Date: Fri, 25 Apr 2025 17:27:57 +0200 Subject: [PATCH] v1.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5efed2b..4993b2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gymcts" -version = "1.2.0" +version = "1.2.1" description = "A minimalistic implementation of the Monte Carlo Tree Search algorithm for planning problems fomulated as gymnaisum reinforcement learning environments." readme = "README.md" authors = [{ name = "Alexander Nasuta", email = "alexander.nasuta@wzl-iqs.rwth-aachen.de" }] -- GitLab