Skip to content

Commit 5436191

Browse files
committed
Release: v0.1.0
1 parent 87033c0 commit 5436191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

110110
setup(
111111
name="alignment",
112-
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)
112+
version="0.1.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)
113113
author="The Hugging Face team (past and future)",
114114
author_email="[email protected]",
115115
description="The Alignment Handbook",

src/alignment/__init__.py

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

0 commit comments

Comments
 (0)