From c1e9ea8ecfdaf1486e2fc84bc55379b2338d5320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Gallou=C3=A9dec?= Date: Thu, 14 Nov 2024 01:31:36 +0000 Subject: [PATCH] Version 0.12.0 -> 0.12.1 --- setup.py | 2 +- trl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 178f16a40a..4f3646ecf6 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ from setuptools import find_packages, setup -__version__ = "0.12.0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots) +__version__ = "0.12.1" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots) REQUIRED_PKGS = [ "accelerate>=0.34.0", diff --git a/trl/__init__.py b/trl/__init__.py index 44fdcb3df4..62b395fe80 100644 --- a/trl/__init__.py +++ b/trl/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.12.0" +__version__ = "0.12.1" from typing import TYPE_CHECKING