From cc2a21dacfff11560814f5b0a4922bf82e9a8b42 Mon Sep 17 00:00:00 2001 From: leegeunhyeok Date: Wed, 5 Feb 2020 18:18:51 +0900 Subject: [PATCH] RELEASE: 1.0.2 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index e04c01a..e3bea8b 100644 --- a/bot.py +++ b/bot.py @@ -44,7 +44,7 @@ config.read('config.ini') class CyBot: - __VERSION__ = '1.0.1' + __VERSION__ = '1.0.2' def __init__(self, chromedriver, wait=5, delay=3, \ headless=False, onlog=None, onerror=exit, done=exit):