diff --git a/articles/templates/articles/article_detail.html b/articles/templates/articles/article_detail.html
index b08ac52..8d8ab02 100644
--- a/articles/templates/articles/article_detail.html
+++ b/articles/templates/articles/article_detail.html
@@ -22,7 +22,7 @@
Posted in the {{ article.category }} category
-{#
{% include 'articles/includes/display_tags.html' %}#}
+
{% include 'articles/includes/display_tags.html' %}
{% endblock %}
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 4a03122..697d11a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "drulum"
-version = "0.1.0"
+version = "0.1.1"
description = "This is the Django project for drulum.com"
requires-python = ">=3.13"
dependencies = [