From 1a33ae244ddd2ab05a4a8bc1bc5b5c3868ca2b7f Mon Sep 17 00:00:00 2001 From: Aleksandr V Yeganov Date: Thu, 25 Sep 2025 10:44:13 -0400 Subject: [PATCH] update verson to 0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c6665a..087665d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scratchgpt" -version = "0.5.0" +version = "0.5.1" description = "A small-scale transformer-based language model implemented from scratch in Python." authors = [ { name = "Aleksandr Yeganov", email = "ayeganov@gmail.com"},