Skip to content

Commit

Permalink
Merge pull request #203 from CambioML/dev
Browse files Browse the repository at this point in the history
Bump up version to 0.0.26
  • Loading branch information
CambioML authored Feb 27, 2024
2 parents 658674a + d570d4b commit 041ba97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uniflow"
version = "0.0.25"
version = "0.0.26"
description = "Unified interface for pre-training data augmentation and post-training evaluation of Large Language Models (LLMs)."
authors = ["CambioML <[email protected]>"]
maintainers = ["Rachel Hu <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion uniflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["PromptTemplate", "Context"]

__version__ = "0.0.25"
__version__ = "0.0.26"

0 comments on commit 041ba97

Please sign in to comment.