Pumping the version up to 0.2.1

This commit is contained in:
Karim shoair
2024-11-15 02:43:29 +02:00
parent c334755377
commit 7dd9d3090d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="scrapling",
version="0.2",
version="0.2.1",
description="""Scrapling is a powerful, flexible, and high-performance web scraping library for Python. It
simplifies the process of extracting data from websites, even when they undergo structural changes, and offers
impressive speed improvements over many popular scraping tools.""",
@@ -57,7 +57,7 @@ setup(
'httpx[brotli,zstd]',
'playwright',
'rebrowser-playwright',
'camoufox>=0.3.7',
'camoufox>=0.3.9',
'browserforge',
],
python_requires=">=3.8",