diff --git a/setup.py b/setup.py
index 235018dcc5..bbc7f93cd8 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"},