From 7719ad537d90ed614adfbe4bcb83756068dc6f8b Mon Sep 17 00:00:00 2001 From: Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com> Date: Thu, 1 Jun 2023 00:20:17 +0200 Subject: [PATCH] :arrow_up: bump patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 843b017..d5e0393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lanarky" -version = "0.7.4" +version = "0.7.5" description = "Ship production-ready LLM projects with FastAPI" authors = ["Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com>"] readme = "README.md"