Skip to content

Commit 7fc4a0e

Browse files
authored
release: bump version to 0.0.40 (#136)
Prepare the 0.0.40 release.
1 parent bde7ec8 commit 7fc4a0e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.40]
11+
1012
- fix(ci): rebuild wheel index after release asset workflows by @abetlen in #133
1113
- ci: update GitHub Actions workflow dependencies by @abetlen in #134
1214
- fix(ci): repair release wheel builds for cibuildwheel v3 by @abetlen in #135

ggml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .ggml import *
22

3-
__version__ = "0.0.39"
3+
__version__ = "0.0.40"

0 commit comments

Comments
 (0)