From b0e87c1695f28257bce150bdf1d2cf3c71233aa2 Mon Sep 17 00:00:00 2001 From: ihandmine Date: Mon, 19 Sep 2022 15:00:03 +0800 Subject: [PATCH] 1.0.10 --- anti_useragent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anti_useragent/__init__.py b/anti_useragent/__init__.py index c6ae32e..467af0e 100644 --- a/anti_useragent/__init__.py +++ b/anti_useragent/__init__.py @@ -2,7 +2,7 @@ from anti_useragent.useragent.ua import AntiUserAgent, UserAgent -__version__ = '1.0.9' +__version__ = '1.0.10' VERSION = __version__