summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authornicolargo <nicolargo@nicolargo-fujitsu.(none)>2011-12-25 21:35:46 +0100
committernicolargo <nicolargo@nicolargo-fujitsu.(none)>2011-12-25 21:35:46 +0100
commit1d276d1f2a117e1b7edccee065dfed4706d052dc (patch)
tree46e75898be2239faf0d88e64eac52bd6c03f4768 /setup.py
parent6088b3d8bc66529fbe2aaff8467104ca07f68574 (diff)
version 1.3.4v1.3.4
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 bdc1db4f..78005582 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.3',
- download_url='https://github.com/downloads/nicolargo/glances/glances-1.3.3.tar.gz',
+ version='1.3.4',
+ download_url='https://github.com/downloads/nicolargo/glances/glances-1.3.4.tar.gz',
url='https://github.com/nicolargo/glances',
description='CLI curses-based monitoring tool',
author='Nicolas Hennion',