Update package versions in pyproject.toml and poetry.lock files

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-10 17:18:37 -03:00
commit e9faba0f47
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "1.0.0a14"
version = "1.0.0a15"
description = "A Python package with a built-in web application"
authors = ["Logspace <contact@logspace.ai>"]
maintainers = [

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow-base"
version = "0.0.26"
version = "0.0.27"
description = "A Python package with a built-in web application"
authors = ["Logspace <contact@logspace.ai>"]
maintainers = [