bump version 0.4.6
diff --git a/README-hacking.md b/README-hacking.md
index ff65f01..324f29d 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -134,7 +134,7 @@
 13. Remove the '.rcX' suffix from `__version__` in
     `colorama/__init__.py`.
 
-14. Repeat steps 5 to 10, for the actual (non-candidate) release.
+14. Repeat steps 4 to 10, for the actual (non-candidate) release.
 
 15. Bump the version number in `colorama/__init__.py`, and add a 'dev1'
     suffix, eg:
diff --git a/colorama/__init__.py b/colorama/__init__.py
index 8e1ea31..383101c 100644
--- a/colorama/__init__.py
+++ b/colorama/__init__.py
@@ -3,4 +3,5 @@
 from .ansi import Fore, Back, Style, Cursor
 from .ansitowin32 import AnsiToWin32
 
-__version__ = '0.4.6rc1'
+__version__ = '0.4.6'
+