diff --git a/pyproject.toml b/pyproject.toml index 0ab51558593d9d4f0f45b00777e87866bd743bc5..3f2d1bb698f06b6fd68a2a1559fb4b7194434219 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.3" +version = "0.1.4" 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 0e28cd649097c9d83c82a9fc6bea494e18ef0da6..9d0b44c535b7cb6febbbf98ed137dbbb82544644 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-adminlte2-pdq -version = 0.1.3 +version = 0.1.4 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