Skip to content

Commit

Permalink
chore: update package versions in pyproject.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Jun 24, 2024
1 parent a539c90 commit 24d9e86
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 116 deletions.
146 changes: 32 additions & 114 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "1.0.0rc1"
version = "1.0.0"
description = "A Python package with a built-in web application"
authors = ["Langflow <[email protected]>"]
maintainers = [
Expand Down
2 changes: 1 addition & 1 deletion src/backend/base/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow-base"
version = "0.0.75"
version = "0.0.76"
description = "A Python package with a built-in web application"
authors = ["Langflow <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit 24d9e86

Please sign in to comment.