mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 10:12:55 +03:00
On the road of the 1.7 version
This commit is contained in:
parent
7808ae5527
commit
5460f1c68f
@ -19,7 +19,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
__appname__ = 'glances'
|
||||
__version__ = "1.6.1"
|
||||
__version__ = "1.7a"
|
||||
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
|
||||
__licence__ = "LGPL"
|
||||
|
||||
|
4
setup.py
4
setup.py
@ -30,8 +30,8 @@ for mo in glob.glob('i18n/*/LC_MESSAGES/*.mo'):
|
||||
|
||||
setup(
|
||||
name='Glances',
|
||||
version='1.6.1',
|
||||
download_url='https://s3.amazonaws.com/glances/glances-1.6.1.tar.gz',
|
||||
version='1.7a',
|
||||
download_url='https://s3.amazonaws.com/glances/glances-1.7a.tar.gz',
|
||||
url='https://github.com/nicolargo/glances',
|
||||
description='CLI curses-based monitoring tool',
|
||||
author='Nicolas Hennion',
|
||||
|
Loading…
Reference in New Issue
Block a user