diff --git a/docs/conf.py b/docs/conf.py index 4b0c986..18bbfc4 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.4" +release = "v0.6.5" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 15c915a..00c0256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lanarky" -version = "0.6.4" +version = "0.6.5" description = "Ship production-ready LLM projects with FastAPI" authors = ["Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com>"] readme = "README.md"