diff --git a/mutalyzer/__init__.py b/mutalyzer/__init__.py
index 5040487e5f401c00be3b55266f2da6be3fcb1fcc..63e1989c9e4a365ec65844ceb607652ce6335e56 100644
--- a/mutalyzer/__init__.py
+++ b/mutalyzer/__init__.py
@@ -14,8 +14,8 @@ HGVS variant nomenclature checker.
 # [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
 # [2] http://semver.org/
 
-__version_info__ = ('2', '0', '3', 'dev')
-__date__ = '9 Oct 2014'
+__version_info__ = ('2', '0', '3')
+__date__ = '20 Oct 2014'
 
 
 __version__ = '.'.join(__version_info__)