From 8961364bc92f01b3fb06729e3800e5b7d5fd01e0 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 19 Nov 2024 12:44:42 -0500 Subject: [PATCH] release 0.5.2 (#2086) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e90f3c273..ea779d5996 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def parse_requirements(): setup( name="axolotl", - version="0.5.1", + version="0.5.2", 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"},