From f4581dc6c87da642cad3bf0435608ab31745ddee Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Sat, 1 May 2021 07:04:38 +0200 Subject: [PATCH] Prepare release 3.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a81923b5..7cbca01e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="django-bootstrap4", zip_safe=False, - version="3.0.0", + version="3.0.1", description="Bootstrap 4 for Django", long_description=README, long_description_content_type="text/markdown",