diff --git a/pyproject.toml b/pyproject.toml index 0a63754..8f4068a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [tool.poetry] name = "xvideos-py" -version = "0.1.2" +version = "0.1.3" description = "A powerful Python library to scrape xvideos.com" authors = ["OSintt "] readme = "README.md" diff --git a/setup.py b/setup.py index 1d277f7..2cd1f73 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="xvideos-py", - version="0.1.2", + version="0.1.3", description="A powerful Python library to scrape xvideos.com", author="OSintt", author_email="akumagamer123@gmail.com",