From 8d3e51233a691328457946671a6f812013b3cf93 Mon Sep 17 00:00:00 2001 From: g1879 Date: Thu, 18 Jun 2020 15:02:08 +0800 Subject: [PATCH] 0.14.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7687ed..f0f8f19 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="0.13.2", + version="0.14.0", author="g1879", author_email="g1879@qq.com", description="A module that integrates selenium and requests session, encapsulates common page operations.",