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"