Skip to content

Commit 5e15adb

Browse files
MischaPanchopcode81
authored andcommitted
v1: bumped version, removed bumpversion [ci skip]
Bumpversion doesn't seem to work properly, maybe it never has worked for tianshou
1 parent bae3d0b commit 5e15adb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
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-dev"
7+
version = "1.2.0"
88
description = "A Library for Deep Reinforcement Learning"
99
authors = ["TSAIL <trinkle23897@gmail.com>"]
1010
license = "MIT"
@@ -205,8 +205,6 @@ max-complexity = 20
205205
"docs/**" = ["D103"]
206206
"examples/**" = ["D103"]
207207

208-
[tool.poetry_bumpversion.file."tianshou/__init__.py"]
209-
210208
[tool.poetry-sort]
211209
move-optionals-to-bottom = true
212210

tianshou/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from tianshou import data, env, exploration, policy, trainer, utils
22

3-
__version__ = "1.2.0-dev"
3+
__version__ = "1.2.0"
44

55
__all__ = [
66
"env",

0 commit comments

Comments
 (0)