From a2adc85686967892705b4c1c722c140980d12ae1 Mon Sep 17 00:00:00 2001 From: abetlen Date: Sun, 5 Jul 2026 15:08:07 -0700 Subject: [PATCH] chore: bump version to 0.3.33 --- CHANGELOG.md | 2 ++ llama_cpp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa71dcdbd..381e953bca 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.33] + - feat: update llama.cpp to ggml-org/llama.cpp@78d2f5246 ## [0.3.32] diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index 45f9c8f27f..ff142e6bf6 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.32" +__version__ = "0.3.33"