From 6cb7fa313f5050af5a97afd98213b716fb355a69 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 4 Feb 2025 18:23:44 -0300 Subject: [PATCH] chore: Bump version to 1.1.4 for langflow and 0.1.4 for langflow-base (#6119) --- pyproject.toml | 4 ++-- src/backend/base/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5101283b4..1f19f82f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "langflow" -version = "1.1.3" +version = "1.1.4" description = "A Python package with a built-in web application" requires-python = ">=3.10,<3.13" license = "MIT" @@ -19,7 +19,7 @@ maintainers = [ ] # Define your main dependencies here dependencies = [ - "langflow-base==0.1.3", + "langflow-base==0.1.4", "beautifulsoup4==4.12.3", "google-search-results>=2.4.1,<3.0.0", "google-api-python-client==2.154.0", diff --git a/src/backend/base/pyproject.toml b/src/backend/base/pyproject.toml index 969e2c2a3..b2d85d0f7 100644 --- a/src/backend/base/pyproject.toml +++ b/src/backend/base/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langflow-base" -version = "0.1.3" +version = "0.1.4" description = "A Python package with a built-in web application" requires-python = ">=3.10,<3.13" license = "MIT"