Skip to content

Commit 2cda357

Browse files
authored
docs: reorder versions in docs and bump version to 1.1.0 (#344)
1 parent 092091d commit 2cda357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
"1.0.x",
32
"1.1.x",
3+
"1.0.x",
44
"0.2.x"
55
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
authors = [{ name = "chatos@alibaba" }]
88
requires-python = "<4.0,>=3.10"
99
name = "rl-rock"
10-
version = "1.0.2"
10+
version = "1.1.0"
1111
description = "ROCK-Reinforcement Open Construction Kit"
1212
readme = "README.md"
1313
dependencies = [

0 commit comments

Comments
 (0)