Skip to content

Commit

Permalink
Update version and project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Langflow Bot committed Feb 23, 2025
1 parent 74b273f commit 4fa735f
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 260 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "langflow"
version = "1.1.5"
name = "langflow-nightly"
version = "v1.1.4.dev15"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.14"
license = "MIT"
Expand All @@ -19,7 +19,7 @@ maintainers = [
]
# Define your main dependencies here
dependencies = [
"langflow-base==0.1.5",
"langflow-base-nightly==0.1.4.dev15",
"beautifulsoup4==4.12.3",
"google-search-results>=2.4.1,<3.0.0",
"google-api-python-client==2.154.0",
Expand Down Expand Up @@ -158,8 +158,8 @@ dev = [
]

[tool.uv.sources]
langflow-base = { workspace = true }
langflow = { workspace = true }
langflow-base-nightly = { workspace = true }
langflow-nightly = { workspace = true }

[tool.uv.workspace]
members = ["src/backend/base", "."]
Expand Down
4 changes: 2 additions & 2 deletions src/backend/base/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "langflow-base"
version = "0.1.5"
name = "langflow-base-nightly"
version = "v0.1.4.dev15"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.14"
license = "MIT"
Expand Down
Loading

0 comments on commit 4fa735f

Please sign in to comment.