From 6beea363613d8f82efc198c424d24e4f6f4a8ba7 Mon Sep 17 00:00:00 2001 From: rune Date: Sat, 15 Apr 2023 17:12:43 +0200 Subject: [PATCH] Update version .1 --- ddns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddns.py b/ddns.py index 11d3e46..291a5d9 100755 --- a/ddns.py +++ b/ddns.py @@ -19,7 +19,7 @@ filepath = homefilepath.joinpath('.config/ddns') database = filepath.joinpath('ddns.db') logfile = filepath.joinpath('ddns.log') logging.basicConfig(filename=logfile,level=logging.INFO,format='%(message)s') -app_version = '0.5' +app_version = '0.5.1' def get_ip():