From 3094c3a671f7e8b7f712c01ab4ae4a5ac7704a15 Mon Sep 17 00:00:00 2001 From: holgern Date: Wed, 19 Apr 2023 08:39:54 +0200 Subject: [PATCH] Increase release version to 0.1.32 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02f9fa6..b6b0446 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ MAJOR = 0 MINOR = 1 -MICRO = 31 +MICRO = 32 ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)