diff --git a/basetheme_bootstrap/__init__.py b/basetheme_bootstrap/__init__.py
index 4123901e57784c515637abfd800060f8df34340c..4a21b006b287152584dc17bf1290218a4a144c97 100644
--- a/basetheme_bootstrap/__init__.py
+++ b/basetheme_bootstrap/__init__.py
@@ -1 +1 @@
-VERSION = '1.8.7'
\ No newline at end of file
+VERSION = '1.8.8'
\ No newline at end of file
diff --git a/setup.full.cfg b/setup.full.cfg
index 0554ce4809c397446dcfe700331bf194c001968f..0053cc58e9b4309a37fad1e2c5a23c59d2d109bd 100644
--- a/setup.full.cfg
+++ b/setup.full.cfg
@@ -28,6 +28,7 @@ packages = find:
 python_requires = >=3.4
 setup_requires =
   setuptools>=62.6
+  wheel>=0.45.1
 install_requires = file: requirements.txt
 tests_require =
   coverage