From 01bc5e41bc17180566ee20242bc80c808059a7d5 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 23 Jun 2023 19:48:45 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20bump=20?= =?UTF-8?q?up=20version=20to=200.2.0=20The=20version=20number=20has=20been?= =?UTF-8?q?=20updated=20from=200.1.7=20to=200.2.0=20to=20reflect=20the=20c?= =?UTF-8?q?hanges=20made=20to=20the=20package.=20This=20is=20a=20chore=20c?= =?UTF-8?q?ommit=20as=20it=20does=20not=20add=20any=20new=20features=20or?= =?UTF-8?q?=20fix=20any=20bugs,=20but=20rather=20updates=20the=20version?= =?UTF-8?q?=20number.?= 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 97aa064fe..e504c74b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "0.1.7" +version = "0.2.0" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [