From 086a0b603bf8f500d174a4b2d9048d231646ae64 Mon Sep 17 00:00:00 2001 From: Bert De Brabandere Date: Fri, 15 Mar 2024 12:16:57 +0100 Subject: [PATCH] Release v1.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 036ef20..949c0a1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ ############# # Constants # ############# -MAJOR, MINOR, PATCH = 1, 7, 0 +MAJOR, MINOR, PATCH = 1, 7, 1 VERSION = f"{MAJOR}.{MINOR}.{PATCH}"