diff --git a/pyproject.toml b/pyproject.toml
index 7977fe4a857d58172c81821d4d2579e4c4eb0dd3..7c0cf8cfda252ec9e85d22770a1948d9606e347c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta:__legacy__'
 
 [project]
 name = "django-dump-die"
-version = "0.1.2"
+version = "0.1.3"
 description = "A Django app to add Laravel/Symfony-like dump and die functionality."
 readme = "README.md"
 authors = [
diff --git a/setup.cfg b/setup.cfg
index 58109674ff07a4073ec2d912f447df70debf0c5e..d22a3ba208944fed19c7606c227b444b22202cec 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = django-dump-die
-version = 0.1.2
+version = 0.1.3
 description = A Django app to add Laravel-like dump and die.
 long_description = file: README.md
 url = https://github.com/DJBarnes/django-dump-die