From 49168b87ccfa68573046c1dbd0651361b6c486dd Mon Sep 17 00:00:00 2001 From: Costa Huang Date: Mon, 3 Oct 2022 15:12:44 -0400 Subject: [PATCH] V1.0.0b2 (#286) * 1.0.0b2 release * quick fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee96c13f0..ca14cf70e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cleanrl" -version = "1.0.0-beta.0" +version = "1.0.0b2" description = "High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features" authors = ["Costa Huang "] include = ["cleanrl_utils"]