From fa02ed396ef62a4850b8f069191f9459c9c544b6 Mon Sep 17 00:00:00 2001 From: derrod Date: Sun, 12 Dec 2021 23:34:10 +0100 Subject: [PATCH] Bump version (hotfix #2) --- legendary/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legendary/__init__.py b/legendary/__init__.py index 53be953..23c0a10 100644 --- a/legendary/__init__.py +++ b/legendary/__init__.py @@ -1,4 +1,4 @@ """Legendary!""" -__version__ = '0.20.20' -__codename__ = 'Anticitizen One (hotfix)' +__version__ = '0.20.21' +__codename__ = 'Anticitizen One (hotfix #2)'