From 3142b899223a9e7183ebf7bcedfc50b758cd02b9 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Wed, 24 Jul 2024 08:34:27 -0700 Subject: [PATCH] Bumb version to 0.4.6 for next release (Gemma 2 and Llama 3.1) (#1626) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6838a7743d..023389e29d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litgpt" -version = "0.4.5" +version = "0.4.6" description = "Hackable implementation of state-of-the-art open-source LLMs" authors = [ { name = "Lightning AI", email = "contact@lightning.ai" },