bump version
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e5a70dc..0c53846 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,5 @@
+0.3.9
+  * Revert fix for issue #103 which causes problems for dependent applications
 0.3.8
   * Fix issue #121: "invalid escape sequence" deprecation fixes on Python 3.6+
   * Fix issue #110: fix "set console title" when working with unicode strings
diff --git a/colorama/__init__.py b/colorama/__init__.py
index 43556e6..f4d9ce2 100644
--- a/colorama/__init__.py
+++ b/colorama/__init__.py
@@ -3,5 +3,5 @@
 from .ansi import Fore, Back, Style, Cursor
 from .ansitowin32 import AnsiToWin32
 
-__version__ = '0.3.8'
+__version__ = '0.3.9'