Skip to content

Commit ab787fa

Browse files
committed
fix: Release 0.1.2 bump
Updated version numbers
1 parent c0b1b76 commit ab787fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xturing"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Fine-tuning, evaluation and data generation for LLMs"
55

66
authors = [

src/xturing/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)