diff --git a/glances/__init__.py b/glances/__init__.py index 790b8a7f..e6404b21 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -29,7 +29,7 @@ import sys # Global name # Version should start and end with a numerical char # See https://packaging.python.org/specifications/core-metadata/#version -__version__ = '3.1.8b6' +__version__ = '3.1.8b7' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3'