From d6203d0e1301d552aab4784aa21e75dce0149a92 Mon Sep 17 00:00:00 2001 From: Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com> Date: Sun, 14 May 2023 17:14:07 +0200 Subject: [PATCH] :arrow_up: bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0aedea..a268835 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lanarky" -version = "0.5.4" +version = "0.6.0" description = "Ship production-ready LLM projects with FastAPI" authors = ["Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com>"] readme = "README.md"