Skip to content

Commit 6da26f5

Browse files
committed
Release v0.3.0
1 parent 27f7dbf commit 6da26f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ authors:
2626
family-names: Wolf
2727
repository-code: 'https://github.com/huggingface/alignment-handbook'
2828
license: Apache-2.0
29-
version: 0.3.0.dev0
29+
version: 0.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ If you find the content of this repo useful in your work, please cite it as foll
124124
license = {Apache-2.0},
125125
title = {{The Alignment Handbook}},
126126
url = {https://github.com/huggingface/alignment-handbook},
127-
version = {0.3.0.dev0}
127+
version = {0.3.0}
128128
}
129129
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def deps_list(*pkgs):
118118

119119
setup(
120120
name="alignment-handbook",
121-
version="0.4.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)
121+
version="0.3.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
122122
author="The Hugging Face team (past and future)",
123123
author_email="[email protected]",
124124
description="The Alignment Handbook",

src/alignment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.0.dev0"
1+
__version__ = "0.3.0"
22

33
from .configs import DataArguments, DPOConfig, H4ArgumentParser, ModelArguments, SFTConfig
44
from .data import apply_chat_template, get_datasets

0 commit comments

Comments
 (0)