From b11fe078898ef2e385c7d78563a300a8ab73cd27 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 20 Jun 2026 01:43:22 -0700 Subject: [PATCH] chore: bump version to 0.3.31 (#2317) --- CHANGELOG.md | 2 ++ llama_cpp/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9371d3421..d6d33dbbe6 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.31] + - feat: update llama.cpp to ggml-org/llama.cpp@f449e0553 ## [0.3.30] diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index b72459f653..ed3c342f20 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.30" +__version__ = "0.3.31"