diff --git a/python_docs_theme_technopathy/layout.html b/python_docs_theme_technopathy/layout.html
index 243ff34..f7ec9a9 100644
--- a/python_docs_theme_technopathy/layout.html
+++ b/python_docs_theme_technopathy/layout.html
@@ -48,7 +48,7 @@
{% trans sphinx_version=sphinx_version|e %}Created using Sphinx {{ sphinx_version }}{% endtrans %}
- with python-docs-theme-technopathy
+ with python-docs-theme-technopathy
by LUCIT Systems and Development
{% endblock %}
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 93c70fb..6bd8f6a 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
setup(
name='python-docs-theme-technopathy',
- version='0.8.2',
+ version='0.8.3',
description='A responsive sphinx theme for github pages based on python-docs-theme',
long_description=long_description,
long_description_content_type="text/markdown",