From 63077b14e6581f1141ad60d41bedb187b494acfd Mon Sep 17 00:00:00 2001
From: David Barnes <barnesdavidj@gmail.com>
Date: Tue, 19 Jul 2022 16:36:43 -0400
Subject: [PATCH] Bump version to 0.1.3.

---
 pyproject.toml | 2 +-
 setup.cfg      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7977fe4..7c0cf8c 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 5810967..d22a3ba 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
-- 
GitLab