We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde7ec8 commit 7fc4a0eCopy full SHA for 7fc4a0e
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.40]
11
+
12
- fix(ci): rebuild wheel index after release asset workflows by @abetlen in #133
13
- ci: update GitHub Actions workflow dependencies by @abetlen in #134
14
- fix(ci): repair release wheel builds for cibuildwheel v3 by @abetlen in #135
ggml/__init__.py
@@ -1,3 +1,3 @@
1
from .ggml import *
2
3
-__version__ = "0.0.39"
+__version__ = "0.0.40"
0 commit comments