From c3074976d5e5ab9a704241c0bcfd3e27d0c24e5f Mon Sep 17 00:00:00 2001 From: Vedaant Singh Date: Sun, 12 Apr 2026 13:33:41 +0100 Subject: [PATCH] . --- pyproject.toml | 4 ++-- src/pyscrappy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b5a4440..bc44e27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "hatchling.build" [project] name = "pyscrappy" -version = "1.0.1" +version = "1.0.2" description = "A robust, all-in-one Python web scraping toolkit" readme = "README.md" license = "MIT" requires-python = ">=3.9" authors = [ - { name = "Vedant Tibrewal", email = "mlds93363@gmail.com" }, + { name = "Vedant Tibrewal", email = "vtibrewal208@gmail.com" }, { name = "Vedaant Singh" }, ] keywords = [ diff --git a/src/pyscrappy/__init__.py b/src/pyscrappy/__init__.py index 0656ca6..a61d915 100644 --- a/src/pyscrappy/__init__.py +++ b/src/pyscrappy/__init__.py @@ -55,7 +55,7 @@ from pyscrappy.scrapers.youtube import YouTubeScraper from pyscrappy.scrapers.zomato import ZomatoScraper -__version__ = "1.0.1" +__version__ = "1.0.2" __all__ = [ # Core