diff --git a/README-hacking.md b/README-hacking.md index ff65f017..324f29d2 100644 --- a/README-hacking.md +++ b/README-hacking.md @@ -134,7 +134,7 @@ target. 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 8e1ea31b..383101cd 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' +