From 3feb4054963556a3db4586f6199e8c5e32f482a0 Mon Sep 17 00:00:00 2001 From: aeturrell Date: Tue, 7 Jan 2025 17:40:13 +0000 Subject: [PATCH] v1.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9798d78..ec0c7cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python4ds" -version = "1.0.1" +version = "1.0.2" description = "The online book that teaches you how to use Python for data science." readme = "README.md" requires-python = ">=3.10.0"