Skip to content

Commit

Permalink
Solve the issue #52 with Python 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Jul 7, 2012
1 parent 92c2ce1 commit b93dcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glances/glances.py
Expand Up @@ -22,7 +22,7 @@
from __future__ import generators

__appname__ = 'glances'
__version__ = "1.4.1"
__version__ = "1.4"
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
__licence__ = "LGPL"

Expand Down

0 comments on commit b93dcb4

Please sign in to comment.