From 4864082f30e87128895fa2626bb1da5d9af2fb44 Mon Sep 17 00:00:00 2001 From: aeturrell Date: Mon, 13 Apr 2026 18:02:29 +0100 Subject: [PATCH] v1.0.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bb8502..016e885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python4ds" -version = "1.0.4" +version = "1.0.5" description = "The online book that teaches you how to use Python for data science." readme = "README.md" requires-python = ">=3.12.0,<3.13"