Skip to content

Commit a29d75d

Browse files
authored
release: bump version to 0.0.43 (#168)
1 parent 2f91d08 commit a29d75d

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.43]
11+
1012
- feat: update vendored ggml to 0.15.2 by @abetlen in #167
1113
- fix: correct ggml_blck_size return type by @aisk in #166
1214

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.42"
3+
__version__ = "0.0.43"

0 commit comments

Comments
 (0)