File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: "RSL-RL: A Learning Library for Robotics Research"
33message : " If you use this work, please cite the following paper."
44repository-code : " https://github.com/leggedrobotics/rsl_rl"
55license : BSD-3-Clause
6- version : 3.1.0
6+ version : 3.1.1
77type : software
88authors :
99 - family-names : Schwarke
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " rsl-rl-lib"
7- version = " 3.1.0 "
7+ version = " 3.1.1 "
88keywords = [" reinforcement-learning" , " robotics" ]
99maintainers = [
1010 {
name =
" Clemens Schwarke" ,
email =
" [email protected] " },
@@ -17,8 +17,8 @@ authors = [
1717 {
name =
" David Hoeller" ,
email =
" [email protected] " },
1818]
1919description = " Fast and simple RL algorithms implemented in PyTorch"
20- readme = { file = " README.md" , content-type = " text/markdown" }
21- license = { text = " BSD-3-Clause" }
20+ readme = { file = " README.md" , content-type = " text/markdown" }
21+ license = " BSD-3-Clause"
2222requires-python = " >=3.9"
2323classifiers = [
2424 " Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments