diff --git a/pyproject.toml b/pyproject.toml index ddd8ae2962..5bbcc3560d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] [tool.setuptools.dynamic] -version = {attr = "unsloth.__version__"} +version = {attr = "unsloth.models._utils.__version__"} [tool.setuptools] include-package-data = false