Skip to content

Commit 1d57967

Browse files
committed
Release v2.0.1
1 parent 8da023e commit 1d57967

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Unreleased Changes
1+
# Release 2.0.1 (2026-04-02)
2+
3+
This is a maintenance release.
24

35
**Dependencies:**
46
* `pandas` compatibility was adjusted to require version `< 3` (incompatibility detected) #1289

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 = "2.0.0"
7+
version = "2.0.1"
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__ = "2.0.0"
5+
__version__ = "2.0.1"
66

77

88
def _register_log_config_callback() -> None:

0 commit comments

Comments
 (0)