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