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