From b5cee8d87cf13cb2e3cbb667159a71706307c0e0 Mon Sep 17 00:00:00 2001 From: Gabriel Almeida Date: Thu, 25 May 2023 10:14:39 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20bump=20?= =?UTF-8?q?up=20version=20to=200.0.77=20The=20version=20number=20in=20the?= =?UTF-8?q?=20pyproject.toml=20file=20has=20been=20updated=20from=200.0.76?= =?UTF-8?q?=20to=200.0.77.=20This=20is=20a=20chore=20commit=20as=20it=20do?= =?UTF-8?q?es=20not=20introduce=20any=20new=20features=20or=20fix=20any=20?= =?UTF-8?q?bugs,=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 98e7aae16..f2ffeacd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "0.0.76" +version = "0.0.77" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [