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):