From 1d37756ec6792ae94dfbc446b0fbc84365b92001 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Fri, 11 Apr 2025 11:46:59 +0200
Subject: [PATCH] need recent wheel

---
 basetheme_bootstrap/__init__.py | 2 +-
 setup.full.cfg                  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/basetheme_bootstrap/__init__.py b/basetheme_bootstrap/__init__.py
index 4123901..4a21b00 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 0554ce4..0053cc5 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
-- 
GitLab