prepare for release 0.4.0 (#1175)
Browse files
setup.py
CHANGED
@@ -41,7 +41,7 @@ install_requires, dependency_links = parse_requirements()
|
|
41 |
|
42 |
setup(
|
43 |
name="axolotl",
|
44 |
-
version="0.
|
45 |
description="LLM Trainer",
|
46 |
long_description="Axolotl is a tool designed to streamline the fine-tuning of various AI models, offering support for multiple configurations and architectures.",
|
47 |
package_dir={"": "src"},
|
|
|
41 |
|
42 |
setup(
|
43 |
name="axolotl",
|
44 |
+
version="0.4.0",
|
45 |
description="LLM Trainer",
|
46 |
long_description="Axolotl is a tool designed to streamline the fine-tuning of various AI models, offering support for multiple configurations and architectures.",
|
47 |
package_dir={"": "src"},
|