diff --git a/glances/__init__.py b/glances/__init__.py index 31de541f..b0ddc312 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.3.0.7" +__version__ = "4.3.1_dev08" __apiversion__ = '4' __author__ = 'Nicolas Hennion ' __license__ = 'LGPLv3' diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1f525a32..e67e977e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: glances -version: '4.3.0.6+build01' # Put the current stable version+buildXX +version: '4.3.0.7+build01' # Put the current stable version+buildXX summary: Glances an Eye on your system. A top/htop alternative. description: |