From 4e3a0495d7256d337792852b7754a82171686d68 Mon Sep 17 00:00:00 2001 From: rafaelsideguide <150964962+rafaelsideguide@users.noreply.github.com> Date: Tue, 4 Jun 2024 12:03:55 -0300 Subject: [PATCH] updated version 0.0.12 -> 0.0.13 - [ ] publish --- apps/python-sdk/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/python-sdk/setup.py b/apps/python-sdk/setup.py index b4b9b2f..903eab4 100644 --- a/apps/python-sdk/setup.py +++ b/apps/python-sdk/setup.py @@ -7,7 +7,7 @@ long_description_content = (this_directory / "README.md").read_text() setup( name="firecrawl-py", - version="0.0.12", + version="0.0.13", url="https://github.com/mendableai/firecrawl", author="Mendable.ai", author_email="nick@mendable.ai",