File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11from .llama_cpp import *
22from .llama import *
33
4- from . version import __version__
4+ __version__ = "0.1.85"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " llama_cpp_python"
7- version = " 0.1.85 "
7+ dynamic = [ " version " ]
88description = " Python bindings for the llama.cpp library"
99readme = " README.md"
1010license = { text = " MIT" }
@@ -50,6 +50,10 @@ cmake.minimum-version = "3.12"
5050minimum-version = " 0.5"
5151ninja.make-fallback = false
5252
53+ [tool .scikit-build .metadata .version ]
54+ provider = " scikit_build_core.metadata.regex"
55+ input = " llama_cpp/__init__.py"
56+
5357[project .urls ]
5458Homepage = " https://github.com/abetlen/llama-cpp-python"
5559Issues = " https://github.com/abetlen/llama-cpp-python/issues"
You can’t perform that action at this time.
0 commit comments