From 3aa3090a15d9c62f452552a48c963b877bca1a07 Mon Sep 17 00:00:00 2001 From: abetlen Date: Sat, 11 Jul 2026 09:06:26 -0700 Subject: [PATCH] chore: bump version to 0.3.34 --- CHANGELOG.md | 2 ++ llama_cpp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381e953bca..0352fca731 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.34] + ## [0.3.33] - feat: update llama.cpp to ggml-org/llama.cpp@78d2f5246 diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index ff142e6bf6..5a0a40d108 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.33" +__version__ = "0.3.34"