This commit is contained in:
Gabriel Falcão
2015-11-12 14:16:13 -05:00
parent 9e6fdf4793
commit 9cfc8d3b90
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# couleur - ANSI terminal tool for python, colored shell and other handy fancy features
__Version 0.6.0__
__Version 0.6.1__
__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.6.0'
version = '0.6.1'
from StringIO import StringIO

View File

@@ -63,9 +63,9 @@ author = u'Gabriel Falcão'
# built documents.
#
# The short X.Y version.
version = '0.6.0'
version = '0.6.1'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.6.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.