Bump dev version v0.3.0.dev

This commit is contained in:
Lewis Tunstall
2024-01-04 01:39:11 +00:00
parent 61a11a5c7d
commit 8f6e5b666b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ install_requires = [
setup(
name="alignment-handbook",
version="0.2.0.dev0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
version="0.3.0.dev0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
author="The Hugging Face team (past and future)",
author_email="lewis@huggingface.co",
description="The Alignment Handbook",
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = "0.2.0.dev0"
__version__ = "0.3.0.dev0"
from .configs import DataArguments, DPOConfig, H4ArgumentParser, ModelArguments, SFTConfig
from .data import apply_chat_template, get_datasets