Skip to content

Commit

Permalink
Bumped version to 1.2.0-dev [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Aug 10, 2024
1 parent 73a4964 commit a3fe73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "tianshou"
version = "1.1.0"
version = "1.2.0-dev"
description = "A Library for Deep Reinforcement Learning"
authors = ["TSAIL <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tianshou/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from tianshou import data, env, exploration, policy, trainer, utils

__version__ = "1.1.0"
__version__ = "1.2.0-dev"

__all__ = [
"env",
Expand Down

0 comments on commit a3fe73e

Please sign in to comment.