From 8021076af6514a753867841ebba5223a7fda9959 Mon Sep 17 00:00:00 2001 From: StochasticRomanAgeev Date: Thu, 7 Sep 2023 01:17:09 +0800 Subject: [PATCH] feat: version Updated library version --- pyproject.toml | 2 +- src/xturing/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9bae49..4a6267e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xturing" -version = "0.1.7" +version = "0.1.8" description = "Fine-tuning, evaluation and data generation for LLMs" authors = [ diff --git a/src/xturing/__about__.py b/src/xturing/__about__.py index f1380ee..9cb17e7 100644 --- a/src/xturing/__about__.py +++ b/src/xturing/__about__.py @@ -1 +1 @@ -__version__ = "0.1.7" +__version__ = "0.1.8"