From 32824276c873e68eb9773ad3475c777fc52d7b6e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 29 Jul 2024 20:05:51 -0300 Subject: [PATCH] chore: update package version to 0.0.91 (#3049) --- poetry.lock | 2 +- src/backend/base/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 91a59f241..67a8b244b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5010,7 +5010,7 @@ six = "*" [[package]] name = "langflow-base" -version = "0.0.90" +version = "0.0.91" description = "A Python package with a built-in web application" optional = false python-versions = ">=3.10,<3.13" diff --git a/src/backend/base/pyproject.toml b/src/backend/base/pyproject.toml index 5b363f79d..72dc835c7 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.90" +version = "0.0.91" description = "A Python package with a built-in web application" authors = ["Langflow "] maintainers = [