From 633d0ab2019a168862f0ebdb39cb2d33a6ec0efc Mon Sep 17 00:00:00 2001
From: David Barnes <barnesdavidj@gmail.com>
Date: Mon, 24 Oct 2022 19:50:58 -0400
Subject: [PATCH] Bump version.

---
 docs/source/conf.py | 2 +-
 pyproject.toml      | 2 +-
 setup.cfg           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index db5d5c5..751d3ad 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -25,7 +25,7 @@ copyright = '2022, David Barnes, Brandon Rodriguez'
 author = 'David Barnes, Brandon Rodriguez'
 
 # The full version, including alpha/beta/rc tags
-release = '0.1.4'
+release = '0.1.5'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 47537ee..de5594c 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.4"
+version = "0.1.5"
 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 f81d7c6..44699ef 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = django-dump-die
-version = 0.1.4
+version = 0.1.5
 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