summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authornicolargo <nicolargo@nicolargo-boulot.(none)>2012-01-18 17:38:06 +0100
committernicolargo <nicolargo@nicolargo-boulot.(none)>2012-01-18 17:38:06 +0100
commit8abb57fc62fb9d22230a70d5ebfbdf996a164fbf (patch)
tree0901ad8b17248c4b8fab2a9975466921e7c73d1c /setup.py
parent85335fb111841b67b934c0beeb3187f4fc8a7998 (diff)
version 1.3.6v1.3.6
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 ecb11d59..308efbe3 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.5',
- download_url='https://github.com/downloads/nicolargo/glances/glances-1.3.5.tar.gz',
+ version='1.3.6',
+ download_url='https://github.com/downloads/nicolargo/glances/glances-1.3.6.tar.gz',
url='https://github.com/nicolargo/glances',
description='CLI curses-based monitoring tool',
author='Nicolas Hennion',