diff --git a/setup.py b/setup.py index 17347f063..8249528f7 100644 --- a/setup.py +++ b/setup.py @@ -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"},