summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index fd96cd77..a4c82902 100755
--- a/setup.py
+++ b/setup.py
@@ -25,8 +25,8 @@ for mo in glob('i18n/*/LC_MESSAGES/*.mo'):
setup(
name='Glances',
- version='1.6b',
- download_url='https://s3.amazonaws.com/glances/glances-1.6b.tar.gz',
+ version='1.6',
+ download_url='https://s3.amazonaws.com/glances/glances-1.6.tar.gz',
url='https://github.com/nicolargo/glances',
description='CLI curses-based monitoring tool',
author='Nicolas Hennion',