From e757b19df33f95a17fc2db0009b01639c94c08d7 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Fri, 27 Sep 2024 08:58:27 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66cdb142eb..56851f6c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litgpt" -version = "0.4.13.dev1" +version = "0.4.13" description = "Hackable implementation of state-of-the-art open-source LLMs" authors = [ { name = "Lightning AI", email = "contact@lightning.ai" },