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'