| Index: third_party/colorama/__init__.py
|
| diff --git a/third_party/colorama/__init__.py b/third_party/colorama/__init__.py
|
| index c5d780ae755ee164dfaf786d217c6ac726357257..2d127fa8e2287b57ddccc92cb97153b0ff9f4e1f 100644
|
| --- a/third_party/colorama/__init__.py
|
| +++ b/third_party/colorama/__init__.py
|
| @@ -1,6 +1,7 @@
|
| +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file.
|
| from .initialise import init, deinit, reinit
|
| from .ansi import Fore, Back, Style
|
| from .ansitowin32 import AnsiToWin32
|
|
|
| -VERSION = '0.2.4'
|
| +VERSION = '0.2.7'
|
|
|
|
|