Update package versions in pyproject.toml

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-03 18:46:11 -03:00
commit 38b14526b6
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "1.0.0a2"
version = "1.0.0a4"
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.17"
version = "0.0.18"
description = "A Python package with a built-in web application"
authors = ["Logspace <contact@logspace.ai>"]
maintainers = [