From 850360037b87998a000d83d7e7de39182e6c1c77 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 18 Jul 2022 10:19:16 +0200 Subject: [PATCH] Version set to 0.5.2 --- uplink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uplink b/uplink index 4a4e806..f4009b5 100755 --- a/uplink +++ b/uplink @@ -32,7 +32,7 @@ from threading import Thread from uplink import Uplink # Version format: MAJOR.FEATURE.FIXES -__version__ = "0.5.1-development" +__version__ = "0.5.2" # TODO: CHECK ALL ERROR HANDLING!!! # TODO: IDEA: Implement a small webserver inline to get statistics and graphs over the network?