From 81463e6908c1396c147188abc1ca556dbf705637 Mon Sep 17 00:00:00 2001 From: derrod Date: Wed, 25 Nov 2020 06:53:36 +0100 Subject: [PATCH] Bump version to 0.20.3 --- legendary/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/__init__.py b/legendary/__init__.py index 8e35af4..4dbbc7e 100644 --- a/legendary/__init__.py +++ b/legendary/__init__.py @@ -1,4 +1,4 @@ """Legendary!""" -__version__ = '0.20.2' +__version__ = '0.20.3' __codename__ = 'Point Insertion'