diff --git a/README.md b/README.md index 3dfa6242..13e14e73 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/crawl4ai/__init__.py b/crawl4ai/__init__.py index 2e3ac5cd..91a134e0 100644 --- a/crawl4ai/__init__.py +++ b/crawl4ai/__init__.py @@ -3,7 +3,7 @@ from .async_webcrawler import AsyncWebCrawler from .models import CrawlResult -__version__ = "0.3.0" +__version__ = "0.3.1" __all__ = [ "AsyncWebCrawler",