From 64dc78ae6390995aa6bd3afbd4c7264f3a3876af Mon Sep 17 00:00:00 2001 From: "Mats E. Mollestad" Date: Sun, 19 Dec 2021 11:43:01 +0100 Subject: [PATCH] Bumped version to 0.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 183c5a3..2455b19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "benderml" -version = "0.1.2" +version = "0.1.3" description = "A Python package that makes ML processes easier, faster and less error prone" authors = ["Mats E. Mollestad "] license = "Apache-2.0"