diff --git a/docs/source/conf.py b/docs/source/conf.py index 05d5622aab9ef94892dfb98460e9ad2f52125950..db5d5c553d58f8869cfd523b55ae63ad13edc21c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,11 +21,11 @@ from django.conf import settings # -- Project information ----------------------------------------------------- project = 'Django-Dump-Die' -copyright = '2022, David Barnes' -author = 'David Barnes' +copyright = '2022, David Barnes, Brandon Rodriguez' +author = 'David Barnes, Brandon Rodriguez' # The full version, including alpha/beta/rc tags -release = '0.1.2' +release = '0.1.4' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 7c0cf8cfda252ec9e85d22770a1948d9606e347c..47537ee4ea1f83abd8b4e9d5741b35959aa6c262 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.3" +version = "0.1.4" 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 d22a3ba208944fed19c7606c227b444b22202cec..f81d7c62028a182ab53b5973f298d47563d39a56 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-dump-die -version = 0.1.3 +version = 0.1.4 description = A Django app to add Laravel-like dump and die. long_description = file: README.md url = https://github.com/DJBarnes/django-dump-die