Bump dev version

This commit is contained in:
Lewis Tunstall
2023-10-26 10:17:28 +00:00
parent 1ca8add5fa
commit a28b4cfc6e
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -105,10 +105,11 @@ install_requires = [
deps["tensorboard"],
deps["tqdm"], # progress bars in model download and training scripts
deps["transformers"],
deps["trl"]
]
setup(
name="alignment",
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)
author="The Hugging Face team (past and future)",
author_email="lewis@huggingface.co",
@@ -117,7 +118,7 @@ setup(
long_description_content_type="text/markdown",
keywords="nlp deep learning rlhf llm",
license="Apache",
url="https://github.com/huggingface/alignment",
url="https://github.com/huggingface/alignment-handbook",
package_dir={"": "src"},
packages=find_packages("src"),
zip_safe=False,
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.1.0.dev0"
__version__ = "0.2.0.dev0"