Merge branch 'main' into release

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-09 11:18:21 -03:00 committed by GitHub
commit 08c6e19055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ WORKDIR $HOME/app
COPY --chown=user . $HOME/app
RUN pip install langflow>==0.0.86 -U --user
CMD ["python", "-m", "langflow", "--host", "0.0.0.0", "--port", "7860"]
CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--port", "7860"]

View file

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