From ee262daaafb0b9b5baf0f7b89190b28edfe4760c Mon Sep 17 00:00:00 2001 From: Costa Huang Date: Mon, 6 Jun 2022 20:03:07 -0400 Subject: [PATCH] 1.0.0 Beta Release (#194) --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a6832baa..5d3fb9d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,12 @@ [tool.poetry] name = "cleanrl" -version = "0.5.0" +version = "1.0.0-beta.0" description = "High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features" authors = ["Costa Huang "] include = ["cleanrl_utils"] +keywords = ["reinforcement", "machine", "learning", "research"] +license="MIT" +readme = "README.md" [tool.poetry.dependencies] python = ">=3.7.1,<3.10"