Skip to content

Commit eb4a94a

Browse files
Merge pull request #192 from stochasticai/dev
feat: version
2 parents c895213 + 3cc6b67 commit eb4a94a

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.2"
3+
version = "0.1.3"
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.2"
1+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)