Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
unclecode committed Sep 25, 2024
1 parent 7100bcd commit 64190dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Crawl4AI 0.3.0 Async Version 🕷️🤖
# Crawl4AI (Async Version) 🕷️🤖

[![GitHub Stars](https://img.shields.io/github/stars/unclecode/crawl4ai?style=social)](https://github.com/unclecode/crawl4ai/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/unclecode/crawl4ai?style=social)](https://github.com/unclecode/crawl4ai/network/members)
Expand Down
2 changes: 1 addition & 1 deletion crawl4ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .async_webcrawler import AsyncWebCrawler
from .models import CrawlResult

__version__ = "0.3.0"
__version__ = "0.3.1"

__all__ = [
"AsyncWebCrawler",
Expand Down

0 comments on commit 64190dd

Please sign in to comment.