From a3cd79b5a5fac1b9873c366a72cf292e7bd88800 Mon Sep 17 00:00:00 2001 From: Emerson Delatorre <38289677+Delatorrea@users.noreply.github.com> Date: Fri, 19 Nov 2021 17:12:20 -0300 Subject: [PATCH] =?UTF-8?q?Vers=C3=A3o=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f5e319..a9dec17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Flunt" -version = "0.1.0" +version = "0.1.1" description = "Python implementation of Domain Notification Pattern based in Flunt (.NET) developed by @andrebaltieri" authors = ["Emerson Delatorre <38289677+Delatorrea@users.noreply.github.com>"]