From 8e742e7c83dc067ad4e0df7688d130c832ca62d7 Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Thu, 6 Jul 2023 19:16:04 +0800 Subject: [PATCH] 0.3.0 Change log: selenium: refactor browser and config selenium: move set_window_size in config selenium: small typo selenium: add authenticated xpaths selenium: get current page with beautifulsoup instagram: update to new selenium instagram: update xpaths instagram: urls for followers and following instagram: tests instagram: update authenticate instagram: use a random user agent instagram: support browser_options instagram: update config --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4dfd8122..bcc543bc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="automonisaur", - version="0.2.50", + version="0.3.0", author="naisanza", author_email="naisanza@gmail.com", description="Core libraries for automonisaur",