From cc61a89bee73ee38d8387a2f804da8edb742aa67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petter=20Nystr=C3=B6m?= Date: Thu, 20 Apr 2023 13:39:01 +0200 Subject: [PATCH] Version 2.6.1 --- thronescli/thronescli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thronescli/thronescli.py b/thronescli/thronescli.py index 86ab70e..588e5fd 100755 --- a/thronescli/thronescli.py +++ b/thronescli/thronescli.py @@ -26,7 +26,7 @@ ) -__version__ = "2.6.0" +__version__ = "2.6.1" CARDS_URL = "http://thronesdb.com/api/public/cards/"