From 1fc5795b1e45646225dc4a586ba60b1709387f30 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Thu, 3 Nov 2022 15:42:30 +0100 Subject: [PATCH] Modify the version (change by error) --- glances/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/__init__.py b/glances/__init__.py index 4db6663fd1..b49f0afa73 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__ = '3.3.1_beta1' +__version__ = '3.3.0.4' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'