Get back to Glances 4.1.0

pull/2828/head
nicolargo 2024-06-08 10:29:57 +02:00
parent 8d3b3691e5
commit 9b0d0a7ff0
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import tracemalloc
# Global name # Global name
# Version should start and end with a numerical char # Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version # See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '4.1.0_beta01' __version__ = '4.1.0_beta02'
__apiversion__ = '4' __apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>' __author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3' __license__ = 'LGPLv3'

View File

@ -1,5 +1,5 @@
name: glances name: glances
version: '4.0.5' ## '4.0.5' version: '4.0.8'
summary: Glances an Eye on your system. A top/htop alternative. summary: Glances an Eye on your system. A top/htop alternative.
description: | description: |