From a4192975a13a34b814d38465f91e5d28aa14c67f Mon Sep 17 00:00:00 2001 From: abetlen Date: Sun, 26 Apr 2026 22:09:48 -0700 Subject: [PATCH] chore: bump version to 0.3.21 --- CHANGELOG.md | 2 ++ llama_cpp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe376ebd33..eeb42b6449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.21] + - feat: Update llama.cpp to ggerganov/llama.cpp@f53577432 and sync Python bindings - fix(ci): Build one arm64 release wheel for `py3-none` wheel publishing diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index 83177c065d..fbad5c28b2 100644 --- a/llama_cpp/__init__.py +++ b/llama_cpp/__init__.py @@ -1,4 +1,4 @@ from .llama_cpp import * from .llama import * -__version__ = "0.3.20" +__version__ = "0.3.21"