From 40b6c9c5a60ba4208b229701e16c6c5a03f84a82 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Sun, 2 Feb 2020 17:25:17 +0100 Subject: [PATCH] Bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 106e21f..b77fd3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "intro-to-python" -version = "0.6.1" +version = "0.6.2" description = "An introduction to Python and programming for wanna-be data scientists" authors = ["Alexander Hess "] license = "MIT"