mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-05 00:30:27 +03:00
Glances 2.3RC2
This commit is contained in:
parent
99c5088ded
commit
5c529102fd
@ -20,7 +20,7 @@
|
|||||||
"""Init the Glances software."""
|
"""Init the Glances software."""
|
||||||
|
|
||||||
__appname__ = 'glances'
|
__appname__ = 'glances'
|
||||||
__version__ = '2.3_RC1'
|
__version__ = '2.3_RC2'
|
||||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||||
__license__ = 'LGPL'
|
__license__ = 'LGPL'
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -52,7 +52,7 @@ def get_requires():
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Glances',
|
name='Glances',
|
||||||
version='2.3RC1',
|
version='2.3RC2',
|
||||||
description="A cross-platform curses-based monitoring tool",
|
description="A cross-platform curses-based monitoring tool",
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
author='Nicolas Hennion',
|
author='Nicolas Hennion',
|
||||||
|
Loading…
Reference in New Issue
Block a user