From ccfd8f0aa95238d86f1418fd8ffff32c7014462b Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 29 Jun 2024 10:01:07 +0200 Subject: [PATCH] On the road of Glances 4.2.0 --- glances/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/__init__.py b/glances/__init__.py index 796a1119..71ec676f 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -19,7 +19,7 @@ import tracemalloc # Global name # Version should start and end with a numerical char # See https://packaging.python.org/specifications/core-metadata/#version -__version__ = '4.1.0' +__version__ = '4.2.0_beta01' __apiversion__ = '4' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'