From a9b6b6523812333400fd66730ce3e3c184ad79e2 Mon Sep 17 00:00:00 2001 From: UncleCode Date: Thu, 28 Nov 2024 19:26:50 +0800 Subject: [PATCH] chore: update version to 0.3.744 and add publish.sh to .gitignore --- .gitignore | 1 + crawl4ai/__version__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e96fa82..52e25a2a 100644 --- a/.gitignore +++ b/.gitignore @@ -214,3 +214,4 @@ git_issues.md todo_executor.md protect-all-except-feature.sh manage-collab.sh +publish.sh \ No newline at end of file diff --git a/crawl4ai/__version__.py b/crawl4ai/__version__.py index 073b371c..e38cc61b 100644 --- a/crawl4ai/__version__.py +++ b/crawl4ai/__version__.py @@ -1,2 +1,2 @@ # crawl4ai/_version.py -__version__ = "0.3.743" +__version__ = "0.3.744"