From 5ba442c05a48199265fbe13c85c476974bd884ec Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Sat, 23 Dec 2023 05:17:14 +0800 Subject: [PATCH] 0.4.0 Change log: log: refactor all to log.logging (breaking) log: update default logging format log: update imports selenium: catch run Exception sleeper: add async methods helpers: import Sleeper automon: import all install-local.cmd: when you have to use windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e91c03f1..2cb19ffc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="automonisaur", - version="0.3.28", + version="0.4.0", author="naisanza", author_email="naisanza@gmail.com", description="Core libraries for automonisaur",