diff --git a/lolbot/bot/launcher.py b/lolbot/bot/launcher.py index 13927a8..456de6c 100644 --- a/lolbot/bot/launcher.py +++ b/lolbot/bot/launcher.py @@ -8,7 +8,7 @@ from lolbot.common import api from lolbot.common import utils -from lolbot.common.config import Constants, ConfigRW +from lolbot.common.config import ConfigRW class LauncherError(Exception): diff --git a/lolbot/common/config.py b/lolbot/common/config.py index 4bc987e..620d467 100644 --- a/lolbot/common/config.py +++ b/lolbot/common/config.py @@ -22,7 +22,7 @@ class Constants: ICON_PATH = 'lolbot/resources/images/a.ico' # Other - VERSION = '2.1.3' + VERSION = '2.2.0' @staticmethod def create_dirs():