summaryrefslogtreecommitdiffstats
path: root/src/glances.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/glances.py')
-rwxr-xr-xsrc/glances.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glances.py b/src/glances.py
index ab267d12..2514d0c8 100755
--- a/src/glances.py
+++ b/src/glances.py
@@ -33,7 +33,7 @@ import statgrab
#==================
# The glances version id
-__version__ = "1.1"
+__version__ = "1.1.1"
# Class
#======