From 419674530022ac4646dec31a3695bde13fc4cf56 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 25 Aug 2022 02:43:31 +0200 Subject: [PATCH] set version to 0.6.0 --- uplink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uplink b/uplink index 07b82d7..c3e850e 100755 --- a/uplink +++ b/uplink @@ -31,7 +31,7 @@ import time from uplink import Uplink # Version format: MAJOR.FEATURE.FIXES -__version__ = "0.5.2" +__version__ = "0.6.0" # TODO: CHECK ALL ERROR HANDLING!!! # TODO: IDEA: Implement a small webserver inline to get statistics and graphs over the network?