From 604a7711a3762e6fd71a10d2922a7468f8dd550d Mon Sep 17 00:00:00 2001 From: Simon Kern <14980558+skjerns@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:03:29 +0200 Subject: [PATCH] inc version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57ebc73..53d2a2e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ MAJOR = 0 MINOR = 1 -MICRO = 35 +MICRO = 36 ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)