diff --git a/pyproject.toml b/pyproject.toml index d138a63aead9e5953baa257eab6cacfe35800ab6..4b320bbf46122f4b61cb502faefa417e47430bc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "django-adminlte2-pdq" -version = "0.1.1" +version = "0.1.2" description = "A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme." readme = "README.md" authors = [{ name = "David Barnes", email = "barnesdavidj@gmail.com" }] diff --git a/setup.cfg b/setup.cfg index 1e7d1d0a6795343f623055fca718e221e73146f2..44a31b768184a6116ee052138d8c890955508a3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-adminlte2-pdq -version = 0.1.1 +version = 0.1.2 description = A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme. long_description = file: README.md url = https://github.com/DJBarnes/django-adminlte2-pdq