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 d0d883b commit 75dbf1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
version = "1.0.1"
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.76"
version = "0.0.77"
description = "A Python package with a built-in web application"
authors = ["Langflow <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit 75dbf1b

Please sign in to comment.