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