From dda8676d342b2b1b4806af72d72d10de886aae56 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 21 Jul 2023 17:57:27 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20update?= =?UTF-8?q?=20package=20version=20to=200.3.3=20=F0=9F=94=A7=20chore(pyproj?= =?UTF-8?q?ect.toml):=20update=20maintainers=20list=20with=20new=20team=20?= =?UTF-8?q?members=20Carlos=20Coelho,=20Igor=20Carvalho,=20and=20Rodrigo?= =?UTF-8?q?=20Nader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1285caea..dab73887 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,17 @@ [tool.poetry] name = "langflow" -version = "0.3.2" +version = "0.3.3" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [ + "Carlos Coelho ", "Cristhian Zanforlin ", "Gabriel Almeida ", "Gustavo Schaedler ", + "Igor Carvalho ", "Lucas Eduoli ", "Otávio Anovazzi ", + "Rodrigo Nader ", ] repository = "https://github.com/logspace-ai/langflow" license = "MIT"