From 5c89b36028b078b7a93f5244324ad2a07e0bf6f3 Mon Sep 17 00:00:00 2001 From: Saadman Rafat Date: Fri, 1 Oct 2021 04:05:12 +0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fed172..78c2cc4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ EMAIL = "saadmanhere@gmail.com" AUTHOR = "Saadman Rafat" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "2.6.2" +VERSION = "2.6.3" REQUIRED = ["requests-html", "requests"] this_directory = os.path.abspath(os.path.dirname(__file__))