diff --git a/TTS/VERSION b/TTS/VERSION
index 09a3acfa13..7ceb04048e 100644
--- a/TTS/VERSION
+++ b/TTS/VERSION
@@ -1 +1 @@
-0.6.0
\ No newline at end of file
+0.6.1
\ No newline at end of file
diff --git a/docs/source/_templates/page.html b/docs/source/_templates/page.html
deleted file mode 100644
index 633b7661bb..0000000000
--- a/docs/source/_templates/page.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-{% extends "!page.html" %}
-{% block scripts %}
- {{ super() }}
-
-
-
-
-
-
- - You can ask questions about TTS. Try
- - how to install TTS for Python?
- - What data format for the training dataset?
- - what makes a good dataset?
-
-
-
-
-{% endblock %}