Skip to content

Commit c8dec22

Browse files
authored
Release Trinity-RFT v0.2.0 (#124)
1 parent 12adce8 commit c8dec22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "trinity-rft"
7-
version = "0.2.0.dev0"
7+
version = "0.2.0"
88
authors = [
99
{name="Trinity-RFT Team", email="[email protected]"},
1010
]

trinity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""Trinity-RFT (Reinforcement Fine-Tuning)"""
33

4-
__version__ = "0.2.0.dev0"
4+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)