diff --git a/glances/__init__.py b/glances/__init__.py index 28b22ebd..20cec8c3 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -22,7 +22,7 @@ Init the Glances software """ __appname__ = 'glances' -__version__ = '2.0_RC4' +__version__ = '2.0' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL'