From c33c318172d65555fee0cc00ddcd9f472aa4cb99 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Sun, 6 May 2018 05:25:29 +0200 Subject: [PATCH] bump 1.0.0-rc.2 --- lichess-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lichess-bot.py b/lichess-bot.py index 5d3242edf..b655644ab 100644 --- a/lichess-bot.py +++ b/lichess-bot.py @@ -23,7 +23,7 @@ except ImportError: from http.client import BadStatusLine as RemoteDisconnected -__version__ = "1.0.0-rc.1" +__version__ = "1.0.0-rc.2" def upgrade_account(li): if li.upgrade_to_bot_account() is None: