Skip to content

Commit a0a76d5

Browse files
committedOct 25, 2024
bump version
1 parent a4af411 commit a0a76d5

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
@@ -12,7 +12,7 @@ packages = ["src/backend/langflow"]
1212

1313
[project]
1414
name = "langflow"
15-
version = "1.0.19.post1"
15+
version = "1.0.19.post2"
1616
description = "A Python package with a built-in web application"
1717
requires-python = ">=3.10,<3.13"
1818
license = "MIT"
@@ -31,7 +31,7 @@ maintainers = [
3131

3232
# Define your main dependencies here
3333
dependencies = [
34-
"langflow-base==0.0.98",
34+
"langflow-base==0.0.99",
3535
"beautifulsoup4>=4.12.2",
3636
"google-search-results>=2.4.1",
3737
"google-api-python-client>=2.130.0",

‎src/backend/base/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ build-backend = "hatchling.build"
8181

8282
[project]
8383
name = "langflow-base"
84-
version = "0.0.98"
84+
version = "0.0.99"
8585
description = "A Python package with a built-in web application"
8686
requires-python = ">=3.10,<3.13"
8787
license = "MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.