From 358700a2ce5d1fc1be5561a7007e2c0497662726 Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Tue, 12 Sep 2023 14:15:23 +0200 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 d7b774ca..a74d8b75 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ MAJOR = 0 MINOR = 12 -MICRO = 0 +MICRO = 1 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) AUTHOR = 'Bioinformatics Laboratory, FRI UL'