diff --git a/docs/configuration.html b/docs/configuration.html
index 1fb3c3c7..bf436ec2 100644
--- a/docs/configuration.html
+++ b/docs/configuration.html
@@ -11,7 +11,7 @@
- MISS_HIT 0.9.13-dev Configuration System
+ MISS_HIT 0.9.13 Configuration System
diff --git a/docs/diff.html b/docs/diff.html
index ba2cef58..b31efe81 100644
--- a/docs/diff.html
+++ b/docs/diff.html
@@ -11,7 +11,7 @@
- MISS_HIT 0.9.13-dev Diff Tool
+ MISS_HIT 0.9.13 Diff Tool
diff --git a/docs/index.html b/docs/index.html
index cf12e3be..f240457f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -11,7 +11,7 @@
- MISS_HIT 0.9.13-dev Documentation
+ MISS_HIT 0.9.13 Documentation
MISS_HIT is a compiler framework for the MATLAB and Octave
diff --git a/docs/lint.html b/docs/lint.html
index df68d4e9..1ec2ae0c 100644
--- a/docs/lint.html
+++ b/docs/lint.html
@@ -11,7 +11,7 @@
- MISS_HIT 0.9.13-dev Linter
+ MISS_HIT 0.9.13 Linter
diff --git a/docs/metrics.html b/docs/metrics.html
index a8e29cc8..23a69117 100644
--- a/docs/metrics.html
+++ b/docs/metrics.html
@@ -11,7 +11,7 @@
- MISS_HIT 0.9.13-dev Code Metrics
+ MISS_HIT 0.9.13 Code Metrics
diff --git a/docs/pragmas.html b/docs/pragmas.html
index 7c5a4b14..acf85f5b 100644
--- a/docs/pragmas.html
+++ b/docs/pragmas.html
@@ -11,7 +11,7 @@
- MISS_HIT 0.9.13-dev Pragmas
+ MISS_HIT 0.9.13 Pragmas
diff --git a/docs/style_checker.html b/docs/style_checker.html
index a9d171eb..f6f52580 100644
--- a/docs/style_checker.html
+++ b/docs/style_checker.html
@@ -11,7 +11,7 @@
- MISS_HIT 0.9.13-dev Style Checker
+ MISS_HIT 0.9.13 Style Checker
diff --git a/miss_hit_core/version.py b/miss_hit_core/version.py
index 51a2bf09..1e2c2c6f 100644
--- a/miss_hit_core/version.py
+++ b/miss_hit_core/version.py
@@ -28,7 +28,7 @@
GITHUB_ISSUES = "https://github.com/florianschanda/miss_hit/issues"
VERSION_TUPLE = (0, 9, 13)
-VERSION_SUFFIX = "dev"
+VERSION_SUFFIX = ""
VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")