From 8e9fb586771819e9a1cd3795e409966e8d5fa357 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 15 Oct 2020 17:43:58 +0200 Subject: [PATCH] Swapped lines in source code --- nw/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/__init__.py b/nw/__init__.py index 6924f94d..3f78d540 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -54,8 +54,8 @@ from nw.config import Config # 0x010200c1 : 1.2-rc1 1.2rc1 First release candidate # 0x010200f0 : 1.2 1.2 Final release # 0x010200f1 : 1.2-post1 1.2.post1 Post release, but not a code patch! -# # 0x010201f0 : 1.2.1 1.2.1 Patch release +# __package__ = "nw" __author__ = "Veronica Berglyd Olsen"