diff --git a/pyproject.toml b/pyproject.toml
index 4b320bbf46122f4b61cb502faefa417e47430bc2..0ab51558593d9d4f0f45b00777e87866bd743bc5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
 
 [project]
 name = "django-adminlte2-pdq"
-version = "0.1.2"
+version = "0.1.3"
 description = "A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme."
 readme = "README.md"
 authors = [{ name = "David Barnes", email = "barnesdavidj@gmail.com" }]
diff --git a/setup.cfg b/setup.cfg
index 44a31b768184a6116ee052138d8c890955508a3f..0e28cd649097c9d83c82a9fc6bea494e18ef0da6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = django-adminlte2-pdq
-version = 0.1.2
+version = 0.1.3
 description = A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme.
 long_description = file: README.md
 url = https://github.com/DJBarnes/django-adminlte2-pdq