Skip to content

Commit

Permalink
RELEASE: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok committed Feb 5, 2020
1 parent ab54afd commit cc2a21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit cc2a21d

Please sign in to comment.