From c1bb928451f079d58898d7cb39e4f9c6d78e5d5b Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 21 Jun 2023 16:16:29 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20bump=20?= =?UTF-8?q?version=20to=200.1.7=20The=20version=20number=20has=20been=20up?= =?UTF-8?q?dated=20from=200.1.6=20to=200.1.7=20to=20reflect=20the=20change?= =?UTF-8?q?s=20made=20in=20the=20package.=20This=20is=20a=20chore=20commit?= =?UTF-8?q?=20as=20it=20does=20not=20add=20any=20new=20features=20or=20fix?= =?UTF-8?q?=20any=20bugs,=20but=20rather=20updates=20the=20version=20numbe?= =?UTF-8?q?r.?= 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 e894da8d1..581b1dea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "0.1.6" +version = "0.1.7" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [