From ff9dde6940ebb667e9b49b70d6380be32b4ff623 Mon Sep 17 00:00:00 2001
From: PrimozGodec
Date: Tue, 7 Mar 2023 11:28:22 +0100
Subject: [PATCH] Release version 1.12.1
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index ebae6f71f..ae13738e7 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
MAJOR = 1
MINOR = 12
-MICRO = 0
+MICRO = 1
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION