Skip to content

Commit a21a925

Browse files
committed
Release: 0.18.2
1 parent 1a67176 commit a21a925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trl
3-
version = 0.18.1
3+
version = 0.18.2
44
description = Train transformer language models with reinforcement learning.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

trl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.18.1"
15+
__version__ = "0.18.2"
1616

1717
from typing import TYPE_CHECKING
1818

0 commit comments

Comments
 (0)