From 7c5a19787242547d4755ba309f388ee8acbebf11 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sat, 14 May 2022 01:30:48 +0200 Subject: [PATCH] chore: Bump to 1.0.1 Signed-off-by: Julien Riou --- check_trex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_trex.py b/check_trex.py index 1c2d38a..913fc0a 100755 --- a/check_trex.py +++ b/check_trex.py @@ -135,7 +135,7 @@ def setup_logging(args): def show_version(): - print("1.0.0") + print("1.0.1") class BelowThresholdContext(Context):