From 08e0ec7b7379415b83140952535cba5a087b0534 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 15 Oct 2019 20:12:11 +0200 Subject: [PATCH] Bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e69fc5..c2a9bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "intro-to-python" -version = "0.1.0" +version = "0.4.0" description = "An introduction to Python and programming for wanna-be data scientists" authors = ["Alexander Hess "] license = "MIT"