libggml-python 0.9.8__tar.gz → 0.9.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@ jobs:
31
31
  submodules: recursive
32
32
 
33
33
  - name: Build wheels
34
- uses: pypa/cibuildwheel@v3.4.0
34
+ uses: pypa/cibuildwheel@v3.4.1
35
35
  env:
36
36
  CIBW_PLATFORM: ${{ matrix.platform || 'auto' }}
37
37
 
@@ -68,4 +68,4 @@ jobs:
68
68
  path: dist
69
69
  merge-multiple: true
70
70
 
71
- - uses: pypa/gh-action-pypi-publish@v1.13.0
71
+ - uses: pypa/gh-action-pypi-publish@v1.14.0
@@ -1,4 +1,4 @@
1
1
  [submodule "ggml"]
2
2
  path = ggml
3
3
  url = https://github.com/ggml-org/ggml
4
- branch = v0.9.8
4
+ branch = v0.9.11
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libggml-python
3
- Version: 0.9.8
3
+ Version: 0.9.11
4
4
  Summary: Prebuilt ggml libraries
5
5
  Author: benniekiss
6
6
  License-Expression: MIT
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '0.9.8'
22
- __version_tuple__ = version_tuple = (0, 9, 8)
21
+ __version__ = version = '0.9.11'
22
+ __version_tuple__ = version_tuple = (0, 9, 11)
23
23
 
24
- __commit_id__ = commit_id = 'g15d9efc04'
24
+ __commit_id__ = commit_id = 'g8b4b1cc99'
File without changes