From f31c748935deeef2948655cce7573f091ab97969 Mon Sep 17 00:00:00 2001 From: Anish Kanthamneni Date: Sat, 13 Jan 2024 14:39:14 -0500 Subject: [PATCH] Modify setup.py file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 469eee7..c5c64f9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pygrab', - version='3.0.1', + version='3.0.2', description='A secure python library for fetching data with async, JS, and Tor support', long_description=long_description, long_description_content_type='text/markdown',