prepare for release 0.4.0 (#1175)
Some checks failed
publish pypi / Upload release to PyPI (push) Has been cancelled

This commit is contained in:
Wing Lian
2024-01-24 15:00:28 -05:00
committed by GitHub
parent 54d2ac155b
commit 1427d5b502

View File

@@ -41,7 +41,7 @@ install_requires, dependency_links = parse_requirements()
setup(
name="axolotl",
version="0.3.0",
version="0.4.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"},