We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092091d commit 2cda357Copy full SHA for 2cda357
docs/versions.json
@@ -1,5 +1,5 @@
1
[
2
- "1.0.x",
3
"1.1.x",
+ "1.0.x",
4
"0.2.x"
5
]
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
authors = [{ name = "chatos@alibaba" }]
8
requires-python = "<4.0,>=3.10"
9
name = "rl-rock"
10
-version = "1.0.2"
+version = "1.1.0"
11
description = "ROCK-Reinforcement Open Construction Kit"
12
readme = "README.md"
13
dependencies = [
0 commit comments