From f6da894be9e60d461119b5341bbb9dd3acca10fe Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Wed, 15 Apr 2020 00:37:53 +0200 Subject: [PATCH] Bumb version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4c3c99..2ef9137 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "intro-to-python" -version = "0.6.8" +version = "0.7.0" description = "An introduction to Python and programming for wanna-be data scientists" authors = ["Alexander Hess "] license = "MIT"