diff --git a/docs/source/conf.py b/docs/source/conf.py index db5d5c553d58f8869cfd523b55ae63ad13edc21c..751d3ade8d162f876bcf02be037b22e44fd59478 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 47537ee4ea1f83abd8b4e9d5741b35959aa6c262..de5594c77bd913bcaa4e1311a05fa0f2133b070a 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 f81d7c62028a182ab53b5973f298d47563d39a56..44699ef850eecaa5ed566b5947d9aa475025b539 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