Skip to content

Commit 6cb7fa3

Browse files
authored
chore: Bump version to 1.1.4 for langflow and 0.1.4 for langflow-base (#6119)
1 parent bdda781 commit 6cb7fa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "langflow"
4-
version = "1.1.3"
4+
version = "1.1.4"
55
description = "A Python package with a built-in web application"
66
requires-python = ">=3.10,<3.13"
77
license = "MIT"
@@ -19,7 +19,7 @@ maintainers = [
1919
]
2020
# Define your main dependencies here
2121
dependencies = [
22-
"langflow-base==0.1.3",
22+
"langflow-base==0.1.4",
2323
"beautifulsoup4==4.12.3",
2424
"google-search-results>=2.4.1,<3.0.0",
2525
"google-api-python-client==2.154.0",

src/backend/base/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langflow-base"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A Python package with a built-in web application"
55
requires-python = ">=3.10,<3.13"
66
license = "MIT"

0 commit comments

Comments
 (0)