From 8aeb7c5fb1c6778f0239dcae1528c6bd778796cc Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 27 Jun 2023 18:28:01 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20bump=20?= =?UTF-8?q?version=20to=200.2.4=20The=20version=20number=20has=20been=20up?= =?UTF-8?q?dated=20from=200.2.3=20to=200.2.4.=20This=20is=20a=20chore=20co?= =?UTF-8?q?mmit=20as=20it=20does=20not=20introduce=20any=20new=20features?= =?UTF-8?q?=20or=20bug=20fixes,=20but=20rather=20updates=20the=20version?= =?UTF-8?q?=20number=20to=20reflect=20changes=20made=20in=20the=20package.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b854f5c2e..edcb3bb3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4690,14 +4690,14 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pypdf" -version = "3.11.0" +version = "3.11.1" description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files" category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "pypdf-3.11.0-py3-none-any.whl", hash = "sha256:4f1fd2c1ee05e381e05447152d9e993016666647578fcdd7cf15739d13536861"}, - {file = "pypdf-3.11.0.tar.gz", hash = "sha256:2f5b9b28763234427cd6e525795e583aae7e36a79bdadd48ba8ab5277c12182a"}, + {file = "pypdf-3.11.1-py3-none-any.whl", hash = "sha256:2afc8914355a784fb184f60ae82fe10f9b992aa0733b705f0746966e470f98bd"}, + {file = "pypdf-3.11.1.tar.gz", hash = "sha256:198c4d0231525d0b730cbbd11a5fc7d9a2e410dfc8ae2928c8de000b7ef149c5"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index 4fc5e3ce3..bbd55eaf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "0.2.3" +version = "0.2.4" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [