From 5a197fe6a9f88bf981ef8fdec4848458988069e9 Mon Sep 17 00:00:00 2001 From: derrod Date: Thu, 30 Apr 2020 12:08:22 +0200 Subject: [PATCH] Version 0.0.6 'Residue Processing' is a fitting codename given all the cleanup... --- legendary/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legendary/__init__.py b/legendary/__init__.py index 7ce6b6f..aaffe80 100644 --- a/legendary/__init__.py +++ b/legendary/__init__.py @@ -1,4 +1,4 @@ """Legendary!""" -__version__ = '0.0.5' -__codename__ = 'On A Rail' +__version__ = '0.0.6' +__codename__ = 'Residue Processing'