From 0f5b439256c0a575940f68419f7b17e58cfc808c Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Mon, 30 Mar 2020 02:51:38 +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 63ec6ae..d4c3c99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "intro-to-python" -version = "0.6.7" +version = "0.6.8" description = "An introduction to Python and programming for wanna-be data scientists" authors = ["Alexander Hess "] license = "MIT"