This commit is contained in:
Gabriel Falcao 2013-02-22 14:48:53 -05:00
parent 0720d90e39
commit a1889fcd4f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# couleur - ANSI terminal tool for python, colored shell and other handy fancy features
__Version 0.3__
__Version 0.5.0__
__Couleur__ is a handy tool to play around with ANSI features in a
unix terminal

View File

@ -20,7 +20,7 @@ import sys
import uuid
import platform
version = '0.4.1'
version = '0.5.0'
from StringIO import StringIO