From d98ed44ba9c38583930af5c20c87918910fd2f0b Mon Sep 17 00:00:00 2001 From: rune Date: Wed, 29 Mar 2023 09:10:27 +0200 Subject: [PATCH] Bump version# --- ddns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddns.py b/ddns.py index fa9c1ed..5d262d1 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) -app_version = '0.4.2' +app_version = '0.4.2.1' def get_ip():