From e4b1e00e63e392b1142b754e3a459a8964988301 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Thu, 11 Sep 2025 04:14:32 +0300 Subject: [PATCH] build: Pump up the version --- scrapling/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapling/__init__.py b/scrapling/__init__.py index f08e652..d2b54ce 100644 --- a/scrapling/__init__.py +++ b/scrapling/__init__.py @@ -1,5 +1,5 @@ __author__ = "Karim Shoair (karim.shoair@pm.me)" -__version__ = "0.3.1" +__version__ = "0.3.2" __copyright__ = "Copyright (c) 2024 Karim Shoair" diff --git a/setup.cfg b/setup.cfg index ae28f61..1cac942 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scrapling -version = 0.3.1 +version = 0.3.2 author = Karim Shoair author_email = karim.shoair@pm.me description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!