summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2015-01-31 14:02:45 +0100
committerNicolargo <nicolas@nicolargo.com>2015-01-31 14:02:45 +0100
commit67e21a606eae6a41d023617951f682a020147d64 (patch)
tree664bdae243a8d217d5d875716cd35c888c247bee /setup.py
parent358bb45b4add77bf772aeded4b3e600e2c30814c (diff)
On the road of the version 2.4
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a7fe0a5a..f598e2bf 100755
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ def get_requires():
setup(
name='Glances',
- version='2.3',
+ version='2.4beta',
description="A cross-platform curses-based monitoring tool",
long_description=open('README.rst').read(),
author='Nicolas Hennion',