From 29a2148a31261cf8b08aafe86b15d8677545529f Mon Sep 17 00:00:00 2001 From: leynier Date: Fri, 4 Dec 2020 18:29:36 -0500 Subject: [PATCH] Add coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cff4677..26dcf32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "template" -version = "0.1.2" +version = "0.1.3" description = "Python template with CI/CD ready for production" authors = ["leynier "] homepage = "https://github.com/leynier/python-template"