diff --git a/scrapling/__init__.py b/scrapling/__init__.py index 0647145..5bcfd47 100644 --- a/scrapling/__init__.py +++ b/scrapling/__init__.py @@ -1,5 +1,5 @@ __author__ = "Karim Shoair (karim.shoair@pm.me)" -__version__ = "0.2.99" +__version__ = "0.3-beta" __copyright__ = "Copyright (c) 2024 Karim Shoair" diff --git a/setup.cfg b/setup.cfg index 17c82bd..0b88354 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scrapling -version = 0.2.99 +version = 0.3-beta 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 again! diff --git a/setup.py b/setup.py index 72b6585..2c4ef3a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = Path("README.md").read_text(encoding="utf-8") setup( name="scrapling", - version="0.2.99", + version="0.3-beta", description="""Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy again! In an internet filled with complications, it simplifies web scraping, even when websites' design changes, while providing impressive speed that surpasses almost all alternatives.""", long_description=long_description,