diff --git a/chromaterm/__init__.py b/chromaterm/__init__.py index f78796e..7cef7b0 100644 --- a/chromaterm/__init__.py +++ b/chromaterm/__init__.py @@ -3,7 +3,7 @@ import sys import time -__version__ = '0.10.5-dev' +__version__ = '0.10.5' # Color types, their color codes if it's style, their default reset codes, and # RegEx's for detecting their color type.