From 901a7c0696140e614845bc98b55cacd335059bfb Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 8 Jun 2023 16:56:35 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20bump=20?= =?UTF-8?q?up=20version=20to=200.0.87=20The=20version=20number=20in=20the?= =?UTF-8?q?=20pyproject.toml=20file=20has=20been=20updated=20from=200.0.86?= =?UTF-8?q?=20to=200.0.87.=20This=20is=20a=20chore=20commit=20as=20it=20do?= =?UTF-8?q?es=20not=20introduce=20any=20new=20features=20or=20bug=20fixes,?= =?UTF-8?q?=20but=20only=20updates=20the=20version=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 21270bc34..819ab724a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "0.0.86" +version = "0.0.87" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [