Skip to content

Commit f03e34f

Browse files
fix license format
1 parent c896924 commit f03e34f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "RSL-RL: A Learning Library for Robotics Research"
33
message: "If you use this work, please cite the following paper."
44
repository-code: "https://github.com/leggedrobotics/rsl_rl"
55
license: BSD-3-Clause
6-
version: 3.1.0
6+
version: 3.1.1
77
type: software
88
authors:
99
- family-names: Schwarke

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rsl-rl-lib"
7-
version = "3.1.0"
7+
version = "3.1.1"
88
keywords = ["reinforcement-learning", "robotics"]
99
maintainers = [
1010
{ name="Clemens Schwarke", email="[email protected]" },
@@ -17,8 +17,8 @@ authors = [
1717
{ name="David Hoeller", email="[email protected]" },
1818
]
1919
description = "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"
2222
requires-python = ">=3.9"
2323
classifiers = [
2424
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)