diff --git a/docs/conf.py b/docs/conf.py index f380ca9..f502866 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "Lanarky" copyright = "2023, Ajinkya Indulkar" author = "Ajinkya Indulkar" -release = "v0.6.3" +release = "v0.6.4" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index be33246..303fc40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lanarky" -version = "0.6.3" +version = "0.6.4" description = "Ship production-ready LLM projects with FastAPI" authors = ["Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com>"] readme = "README.md"