From 95dc884b0d1354edfa0a1a58ebccb4fa07732d04 Mon Sep 17 00:00:00 2001 From: Rachel Hu Date: Thu, 28 Mar 2024 00:03:32 -0700 Subject: [PATCH] Bump up version to 0.0.31 --- example/toc.ipynb | 2 +- pyproject.toml | 2 +- uniflow/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/toc.ipynb b/example/toc.ipynb index 8b43912e..8239ed4d 100644 --- a/example/toc.ipynb +++ b/example/toc.ipynb @@ -13,7 +13,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip3 install -q pandas tabulate uniflow==0.0.30\n" + "!pip3 install -q pandas tabulate uniflow==0.0.31\n" ] }, { diff --git a/pyproject.toml b/pyproject.toml index 881f682f..d4a89fc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uniflow" -version = "0.0.30" +version = "0.0.31" description = "Unified interface for pre-training data augmentation and post-training evaluation of Large Language Models (LLMs)." authors = ["CambioML "] maintainers = ["Rachel Hu "] diff --git a/uniflow/__init__.py b/uniflow/__init__.py index df9272d5..0e8e44ca 100644 --- a/uniflow/__init__.py +++ b/uniflow/__init__.py @@ -4,4 +4,4 @@ __all__ = ["PromptTemplate", "Context"] -__version__ = "0.0.30" +__version__ = "0.0.31"