Skip to content

Commit 87cc6fa

Browse files
committed
v2: Set version to 2.0.0b1
1 parent 9436396 commit 87cc6fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "tianshou"
7-
version = "1.2.0"
7+
version = "2.0.0b1"
88
description = "A Library for Deep Reinforcement Learning"
99
authors = ["TSAIL <trinkle23897@gmail.com>"]
1010
license = "MIT"

tianshou/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: Import order is important to avoid circular import errors!
33
from tianshou import data, env, exploration, algorithm, trainer, utils
44

5-
__version__ = "1.2.0"
5+
__version__ = "2.0.0b1"
66

77

88
def _register_log_config_callback() -> None:

0 commit comments

Comments
 (0)