From 53d5a0f1a6c404645191b5ff89d3e39c73532e39 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 14 Dec 2024 17:08:35 +0100 Subject: [PATCH] Glances 4.3dev05 --- glances/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/__init__.py b/glances/__init__.py index 0f3e2af0b..8f05dc1b0 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -19,7 +19,7 @@ # Global name # Version should start and end with a numerical char # See https://packaging.python.org/specifications/core-metadata/#version -__version__ = "4.3.0_dev04" +__version__ = "4.3.0_dev05" __apiversion__ = '4' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'