From 98f16ddd3c83a9bdfc720a79921b48b0edb3d845 Mon Sep 17 00:00:00 2001 From: George Tzoumas Date: Wed, 19 Feb 2020 00:35:43 +0100 Subject: [PATCH] new release version --- lib/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/__init__.py b/lib/__init__.py index bb850fa9..9b99cca8 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -1,7 +1,7 @@ import time -_version = "0.4.3" -_copyright = """Copyright (C) 2012-2015 George M. Tzoumas +_version = "0.4.4" +_copyright = """Copyright (C) 2012-2020 George M. Tzoumas License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law."""