From 9348894198e727631d1c4e531260ef0a4f03d0b0 Mon Sep 17 00:00:00 2001 From: Bert De Brabandere Date: Tue, 4 Jun 2024 09:37:27 +0200 Subject: [PATCH] Release v1.8.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd8dcbd..e569bd2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ ############# # Constants # ############# -MAJOR, MINOR, PATCH = 1, 8, 1 +MAJOR, MINOR, PATCH = 1, 8, 2 VERSION = f"{MAJOR}.{MINOR}.{PATCH}"