From ffb001e085f407246cc3b63d42ee71fec499dc9b Mon Sep 17 00:00:00 2001 From: MMDRZA Date: Sun, 12 Jan 2025 23:27:28 +0300 Subject: [PATCH] Update __init__.py --- real_useragent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/real_useragent/__init__.py b/real_useragent/__init__.py index d2b74a6..4631752 100644 --- a/real_useragent/__init__.py +++ b/real_useragent/__init__.py @@ -3,7 +3,7 @@ import random import requests.utils -__version__ = "1.0.3" +__version__ = "1.0.4" UA_PLATFORM = sys.platform