bump version to 0.3.4
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 780c30d..fc5d05b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,4 @@
+0.3.4
   * Fix issue #47 and #80 - stream redirection now strips ANSI codes on Linux
   * Fix issue #53 - strip readline markers
   * Fix issue #32 - assign orig_stdout and orig_stderr when initialising
diff --git a/colorama/__init__.py b/colorama/__init__.py
index d0b502d..dffabe2 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.3'
+__version__ = '0.3.4'