diff --git a/README.md b/README.md
index 036994b40733c4c91b90b8a3fea1f41458a62652..ed52f3128be3423031e884e63cd3457a124463ab 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
 # Django-AdminLTE2-PDQ
 
+[![Documentation Status](https://readthedocs.org/projects/django-adminlte2-pdq/badge/?version=latest)](https://django-adminlte2-pdq.readthedocs.io/en/latest/?badge=latest)
+[![PyPI](https://img.shields.io/pypi/v/django-adminlte2-pdq?color=blue)](https://img.shields.io/pypi/v/django-adminlte2-pdq?color=blue)
+[![Python versions](https://img.shields.io/badge/python-%3E%3D3.7-brightgreen)](https://img.shields.io/badge/python-%3E%3D3.7-brightgreen)
+[![Django Versions](https://img.shields.io/badge/django-%3E%3D3-brightgreen)](https://img.shields.io/badge/django-%3E%3D3-brightgreen)
+[![GitHub](https://img.shields.io/github/license/DJBarnes/django-adminlte2-pdq)](https://img.shields.io/github/license/DJBarnes/django-adminlte2-pdq)
+
 **Django-AdminLTE2-PDQ** is a [Django](https://www.djangoproject.com/) app
 that takes all of the work out of making a beautiful and functional web
 application pretty darn quickly (PDQ) using the
diff --git a/pyproject.toml b/pyproject.toml
index f170a15294ce8da25756b22c699497444bc0506d..d138a63aead9e5953baa257eab6cacfe35800ab6 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.0"
+version = "0.1.1"
 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 b58fb21907610a044a281ccc60a3fa4863db621b..1e7d1d0a6795343f623055fca718e221e73146f2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = django-adminlte2-pdq
-version = 0.1
+version = 0.1.1
 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
@@ -10,16 +10,22 @@ license = MIT License
 classifiers =
     Environment :: Web Environment
     Framework :: Django
-    Framework :: Django :: 3.1  # Replace "X.Y" as appropriate
+    Framework :: Django :: 3    # Replace "X.Y" as appropriate
+    Framework :: Django :: 3.0
+    Framework :: Django :: 3.1
+    Framework :: Django :: 3.2
+    Framework :: Django :: 4
+    Framework :: Django :: 4.0
     Intended Audience :: Developers
     License :: OSI Approved :: MIT License
     Operating System :: OS Independent
     Programming Language :: Python
     Programming Language :: Python :: 3
     Programming Language :: Python :: 3 :: Only
-    Programming Language :: Python :: 3.6
     Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
+    Programming Language :: Python :: 3.9
+    Programming Language :: Python :: 3.10
     Topic :: Internet :: WWW/HTTP
     Topic :: Internet :: WWW/HTTP :: Dynamic Content