From f315367020a7125eb94fd5ed6ea2e5ee1ecb83b4 Mon Sep 17 00:00:00 2001 From: Sebastian Niehus <165138846+SebastianNiehusAA@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:51:50 +0100 Subject: [PATCH] feat: Bump patch version (#1202) --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a154cf6..52f09000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ ### Breaking Changes ... +## 9.0.2 +### Features +- Bump dependency versions + ## 9.0.1 ### Fixes - Fixes an incompatibility where models with tokenizer with no whitespace prefix could not be used for qa examples. Now, no error will be thrown. diff --git a/pyproject.toml b/pyproject.toml index be8a0814..32340563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "intelligence-layer" -version = "9.0.1" +version = "9.0.2" description = "" authors = ["Aleph Alpha Engineering "] readme = "README.md"