From 633450836378bb824444248ef50a722aa6ced51d Mon Sep 17 00:00:00 2001 From: g1879 Date: Thu, 28 Jan 2021 11:47:33 +0800 Subject: [PATCH] 1.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cbe69b..f0afc32 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.8.0", + version="1.8.1", author="g1879", author_email="g1879@qq.com", description="A module that integrates selenium and requests session, encapsulates common page operations.",