Skip to content

Commit acf7788

Browse files
committed
bumping repository code version to v0.2.0.dev0
1 parent 7bc465c commit acf7788

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.1.1"
7+
version = "0.2.0.dev0"
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.1"
4+
__version__ = "0.2.0.dev0"

0 commit comments

Comments
 (0)