From fc45ceca5e9a16e21828819dc0feca737bb6ca88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Tue, 22 Oct 2024 15:24:01 +0200 Subject: [PATCH] chore: bump version to v0.0.24 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ef0caa..415433d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bee-code-interpreter" -version = "0.0.23" +version = "0.0.24" license = "Apache-2.0" description = "A gRPC service intended as a backend for an LLM that can run arbitrary pieces of Python code." authors = [ "Jan Pokorný ", "Tomáš Dvořák " ]