Skip to content

Commit c05296d

Browse files
authored
Bumping version to v0.1.1 (#94)
1 parent ffd246e commit c05296d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[![paper](http://img.shields.io/badge/cs.LG-2505.17826-B31B1B?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2505.17826)
1414
[![doc](https://img.shields.io/badge/Docs-blue?logo=markdown)](https://modelscope.github.io/Trinity-RFT/)
15-
[![pypi](https://img.shields.io/pypi/v/trinity-rft?logo=pypi&color=026cad)](https://pypi.org/project/trinity-rft/0.1.0/)
15+
[![pypi](https://img.shields.io/pypi/v/trinity-rft?logo=pypi&color=026cad)](https://pypi.org/project/trinity-rft/0.1.1/)
1616
![license](https://img.shields.io/badge/license-Apache--2.0-000000.svg)
1717

1818
</div>
@@ -156,7 +156,7 @@ pip install flash-attn -v
156156
Installation using pip:
157157

158158
```shell
159-
pip install trinity-rft==0.1.0
159+
pip install trinity-rft==0.1.1
160160
```
161161

162162
Installation from docker:

docs/sphinx_doc/source/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pip install flash-attn -v
127127
Installation using pip:
128128

129129
```shell
130-
pip install trinity-rft==0.1.0
130+
pip install trinity-rft==0.1.1
131131
```
132132

133133
Installation from docker:

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.1.0"
7+
version = "0.1.1"
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.1.0"
4+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)