Extend numpy version range to support Python 3.9

This commit is contained in:
unclecode
2024-09-29 00:08:02 +08:00
parent 7f1c020746
commit 0759503e50
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
from .async_webcrawler import AsyncWebCrawler
from .models import CrawlResult
__version__ = "0.3.2"
__version__ = "0.3.3"
__all__ = [
"AsyncWebCrawler",