From 6b6c018c455a1431d6faa8de6c47c2107598f8b2 Mon Sep 17 00:00:00 2001 From: g1879 Date: Mon, 22 Feb 2021 16:25:41 +0800 Subject: [PATCH] 1.9.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e4ace0..7157564 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("README.md", "r", encoding='utf-8') as fh: setup( name="DrissionPage", - version="1.9.1", + version="1.9.2", author="g1879", author_email="g1879@qq.com", description="A module that integrates selenium and requests session, encapsulates common page operations.",