diff --git a/glances/__init__.py b/glances/__init__.py index f2e38c2ed..0f3e2af0b 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_dev03" +__version__ = "4.3.0_dev04" __apiversion__ = '4' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'