From 6097e86bafd2bb603e28845e27b4c71e12ca1498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leynier=20Guti=C3=A9rrez=20Gonz=C3=A1lez?= Date: Tue, 8 Dec 2020 03:45:15 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f1aab7..3cf418e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "template" -version = "0.1.5" +version = "0.2.0" description = "Python template with CI/CD ready for production" authors = ["leynier "] homepage = "https://github.com/leynier/python-template"