From 1af16f2d2a6628383d8212d1d2cb99db7d62b0ac Mon Sep 17 00:00:00 2001 From: Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com> Date: Fri, 2 Jun 2023 00:26:09 +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 d5e0393..1645059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lanarky" -version = "0.7.5" +version = "0.7.6" description = "Ship production-ready LLM projects with FastAPI" authors = ["Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com>"] readme = "README.md"