From be00978bc2ed6f623dbe6d00ee77887db524d069 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Fri, 30 Jan 2026 14:10:27 -0500 Subject: [PATCH] tag for v0.14.0 release (#3379) --- VERSION | 2 +- pyproject.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 80827deea..a803cc227 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0.dev0 +0.14.0 diff --git a/pyproject.toml b/pyproject.toml index bca758576..e60f6f3ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,3 +60,6 @@ indent-style = "space" skip-magic-trailing-comma = false line-ending = "auto" docstring-code-format = false + +[tool.uv.extra-build-dependencies] +axolotl = ["huggingface_hub"]