From 1427d5b502e98ec5037617d4d2f902c9a88643c2 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Wed, 24 Jan 2024 15:00:28 -0500 Subject: [PATCH] prepare for release 0.4.0 (#1175) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a0a231d9..72abbc2fa 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def 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"},