chore: Bump version to 1.1.4 for langflow and 0.1.4 for langflow-base (#6119)

This commit is contained in:
anovazzi1 2025-02-04 18:23:44 -03:00 committed by GitHub
commit 6cb7fa313f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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"