From f38c4c33a4a443afbf038271bb1993bd8acbf85e Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:12:21 +0100 Subject: [PATCH] Update __init__.py [skip ci] --- tianshou/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tianshou/__init__.py b/tianshou/__init__.py index ca302f23f..7c92f5a4c 100644 --- a/tianshou/__init__.py +++ b/tianshou/__init__.py @@ -1,6 +1,6 @@ from tianshou import data, env, exploration, policy, trainer, utils -__version__ = "1.0.0" +__version__ = "0.0.0-test" __all__ = [ "env",