diff --git a/docs/source/conf.py b/docs/source/conf.py index c3388eddfe3209493e0647f0b2024587a9f136be..6964885b793c8f7e792cc37b65afde5eb81d9269 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ copyright = '2022, David Barnes' author = 'David Barnes' # The full version, including alpha/beta/rc tags -release = '0.1' +release = '0.1.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 1ed3dba8102278d00bda4f85f9de498628c73768..eb29179ff414aed608ac5ad075b4bec2ad1dfb24 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.0" +version = "0.1.1" 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 95031333260138d29e9669c78a8efa3e4a39b6b8..1e3a963b846d8100d1e04444b64c4185b3b266cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-dump-die -version = 0.1 +version = 0.1.1 description = A Django app to add Laravel-like dump and die. long_description = file: README.md url = https://github.com/DJBarnes/django-dump-die @@ -31,4 +31,4 @@ classifiers = [options] include_package_data = true -packages = find: +packages = find_namespace: