increment version to 0.5.0 for next release (#2025) [skip ci]

This commit is contained in:
Wing Lian
2024-11-08 14:02:25 -05:00
committed by GitHub
parent fd3b80716a
commit d4796cb645

View File

@@ -89,7 +89,7 @@ install_requires, dependency_links = parse_requirements()
setup(
name="axolotl",
version="0.4.1",
version="0.5.0",
description="LLM Trainer",
long_description="Axolotl is a tool designed to streamline the fine-tuning of various AI models, offering support for multiple configurations and architectures.",
package_dir={"": "src"},