From 7c1999d5446e349310538c0be425f1785f1b331e Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Jul 2024 04:48:16 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- llamabot/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cfee42e7a..61d8ea775 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True diff --git a/llamabot/version.py b/llamabot/version.py index 3d2968d26..13f8fd07b 100644 --- a/llamabot/version.py +++ b/llamabot/version.py @@ -1,3 +1,3 @@ """Version information for llamabot.""" -version = "0.5.0" +version = "0.5.1" diff --git a/pyproject.toml b/pyproject.toml index a7b096b66..15eb7e27e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ namespaces = false [project] name = "llamabot" -version = "0.5.0" +version = "0.5.1" dependencies = [ "openai", "panel>=1.3.0",