Skip to content

Commit 4e40cc0

Browse files
committed
ok woops
1 parent fb9cadb commit 4e40cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

usps/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.3"
1+
__version__ = "0.8.4"

usps/tracking/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Package:
2626
os.environ["SE_AVOID_STATS"] = "true"
2727

2828
# Constants
29-
USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.1"
29+
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.3"
3030

3131
# Handle actual tracking
3232
from .ups import UPSTracking # noqa: E402

0 commit comments

Comments
 (0)