bump version

This commit is contained in:
M. Yusuf Sarıgöz 2023-10-07 21:47:48 +03:00
parent 5ad84f0ba4
commit ba44776dc2
2 changed files with 2 additions and 2 deletions

View file

@ -41,4 +41,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with:
password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: ggufpy/dist packages-dir: gguf-py/dist

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "gguf" name = "gguf"
version = "0.4.3" version = "0.4.4"
description = "Write ML models in GGUF for GGML" description = "Write ML models in GGUF for GGML"
authors = ["GGML <ggml@ggml.ai>"] authors = ["GGML <ggml@ggml.ai>"]
packages = [ packages = [