From e9faba0f4750e9c669a3940de1a4167da7dcd9a6 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 10 Apr 2024 17:18:37 -0300 Subject: [PATCH] Update package versions in pyproject.toml and poetry.lock files --- pyproject.toml | 2 +- src/backend/base/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 213545240..7a35883a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "1.0.0a14" +version = "1.0.0a15" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [ diff --git a/src/backend/base/pyproject.toml b/src/backend/base/pyproject.toml index 63ead22fe..6b1ad5c9f 100644 --- a/src/backend/base/pyproject.toml +++ b/src/backend/base/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow-base" -version = "0.0.26" +version = "0.0.27" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [