Skip to content

Commit 03b8f65

Browse files
author
Cambio ML
authored
Merge pull request #232 from CambioML/dev
Bump up version to 0.0.31
2 parents 620b224 + 95dc884 commit 03b8f65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/toc.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"metadata": {},
1414
"outputs": [],
1515
"source": [
16-
"!pip3 install -q pandas tabulate uniflow==0.0.30\n"
16+
"!pip3 install -q pandas tabulate uniflow==0.0.31\n"
1717
]
1818
},
1919
{

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "uniflow"
3-
version = "0.0.30"
3+
version = "0.0.31"
44
description = "Unified interface for pre-training data augmentation and post-training evaluation of Large Language Models (LLMs)."
55
authors = ["CambioML <wanwanaiai45@gmail.com>"]
66
maintainers = ["Rachel Hu <goldpiggy@berkeley.edu>"]

uniflow/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["PromptTemplate", "Context"]
66

7-
__version__ = "0.0.30"
7+
__version__ = "0.0.31"

0 commit comments

Comments
 (0)