From 4ee7c9d01d6d865cb375adc38da47d68f58f4de6 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 4 Oct 2023 10:21:10 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20update?= =?UTF-8?q?=20package=20version=20from=200.5.0b0=20to=200.5.0b1=20to=20ref?= =?UTF-8?q?lect=20changes=20in=20the=20package?= 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 1d6a48157..15f0a0e50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "0.5.0b0" +version = "0.5.0b1" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [