mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 01:01:31 +03:00
Use PEP 440 compliant version scheme
This commit is contained in:
parent
0a965c4294
commit
dde657290f
@ -27,7 +27,7 @@ import signal
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Global name
|
# Global name
|
||||||
__version__ = '3.0_DEV'
|
__version__ = '3.0.dev0'
|
||||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||||
__license__ = 'LGPLv3'
|
__license__ = 'LGPLv3'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user