Version 0.1.2

Check the changelog in releases
This commit is contained in:
Karim shoair
2024-10-16 18:21:56 +03:00
parent f0a21f6f38
commit a01cfe66db
7 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="scrapling",
version="0.1.1",
version="0.1.2",
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.""",