Skip to content

Commit a290ce6

Browse files
ggerganovCISC
andauthored
gguf-py : bump version to 0.19.0 (ggml-org#22664)
* gguf-py : bump version to 0.19.0 * bump poetry --------- Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
1 parent a00e47e commit a290ce6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gguf-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
uses: actions/setup-python@v6
3030
with:
3131
python-version: '3.11'
32+
pip-install: poetry==2.4.0
3233
- name: Install dependencies
3334
run: |
3435
cd gguf-py
35-
python -m pip install poetry==2.3.2
3636
poetry install
3737
3838
- name: Build package

gguf-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "gguf"
3+
version = "0.19.0"
34
description = "Read and write ML models in GGUF for GGML"
45
keywords = ["ggml", "gguf", "llama.cpp"]
5-
version = "0.18.0"
66
dynamic = ["classifiers"]
77
readme = "README.md"
88
authors = [{name = "GGML", email = "ggml@ggml.ai"}]

0 commit comments

Comments
 (0)