Skip to content

Commit 435b250

Browse files
committed
Glances 4.4.0-dev2
1 parent a31b60b commit 435b250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glances/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Global name
2020
# Version should start and end with a numerical char
2121
# See https://packaging.python.org/specifications/core-metadata/#version
22-
__version__ = "4.4.0_dev1"
22+
__version__ = "4.4.0_dev2"
2323
__apiversion__ = '4'
2424
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
2525
__license__ = 'LGPLv3'

0 commit comments

Comments
 (0)