Glances 4.0.0_RC04

This commit is contained in:
nicolargo 2024-05-12 09:53:47 +02:00
parent e9abf1c9af
commit 562780f7f0

View File

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