diff --git a/glances/__init__.py b/glances/__init__.py index e8ff04cb..637c3197 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_beta01' +__version__ = '4.1.0_beta02' __apiversion__ = '4' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3' diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 95f0098c..0a0f9db3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: glances -version: '4.0.5' ## '4.0.5' +version: '4.0.8' summary: Glances an Eye on your system. A top/htop alternative. description: |