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 619be1ad..17161fc1 100755
--- a/setup.py
+++ b/setup.py
@@ -30,8 +30,8 @@ for mo in glob.glob('i18n/*/LC_MESSAGES/*.mo'):
setup(
name='Glances',
- version='1.6.1a',
- download_url='https://s3.amazonaws.com/glances/glances-1.6.1a.tar.gz',
+ version='1.6.1',
+ download_url='https://s3.amazonaws.com/glances/glances-1.6.1.tar.gz',
url='https://github.com/nicolargo/glances',
description='CLI curses-based monitoring tool',
author='Nicolas Hennion',