summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authornicolargo <nicolargo@nicolargo-boulot.(none)>2012-01-04 14:24:07 +0100
committernicolargo <nicolargo@nicolargo-boulot.(none)>2012-01-04 14:24:07 +0100
commite592521eeda4a31bc859626715565bc8f06dda5c (patch)
treee8c6837f6426c6240e99f30e388798f5a796465c /setup.py
parent5dcd6000fa987fbb74a417ba24c2fe0e93e48691 (diff)
version 1.3.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 78005582..ecb11d59 100644
--- a/setup.py
+++ b/setup.py
@@ -11,8 +11,8 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup( name='Glances',
- version='1.3.4',
- download_url='https://github.com/downloads/nicolargo/glances/glances-1.3.4.tar.gz',
+ version='1.3.5',
+ download_url='https://github.com/downloads/nicolargo/glances/glances-1.3.5.tar.gz',
url='https://github.com/nicolargo/glances',
description='CLI curses-based monitoring tool',
author='Nicolas Hennion',