From 889802eb9990ef6ea6f094723ac5cd5d09039f69 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Fri, 17 Oct 2025 11:49:02 +0100 Subject: [PATCH] Bump to next bugfix --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f3b1fcafa..9392ea255 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,9 @@ MAJOR = 6 MINOR = 1 -MICRO = 0 +MICRO = 1 PRERELEASE = "" -IS_RELEASED = True +IS_RELEASED = False # If this file is part of a Git export (for example created with "git archive", # or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the