From 294212bb645bcdf574d374eaba2a83d05df49a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Wed, 23 Oct 2024 14:25:13 +0200 Subject: [PATCH] chore: bump version to v0.0.25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 415433d..efad09e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bee-code-interpreter" -version = "0.0.24" +version = "0.0.25" 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 " ]