diff --git a/pyproject.toml b/pyproject.toml index 9c92adc..044bf04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bee-code-interpreter" -version = "0.0.15" +version = "0.0.16" 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 " ]