Again on the road to Glances 4.3.1

This commit is contained in:
nicolargo 2025-01-04 11:24:00 +01:00
parent 5090cd4493
commit d5f8418387
1 changed files with 1 additions and 1 deletions

View File

@ -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.8"
__version__ = "4.3.1_dev09"
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'