From d159bb00332b05891e909caf71cfb7598e27bcc4 Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Mon, 30 Oct 2023 12:41:08 +0100 Subject: [PATCH] Release version 0.12.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a74d8b75..722466cc 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ MAJOR = 0 MINOR = 12 -MICRO = 1 +MICRO = 2 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) AUTHOR = 'Bioinformatics Laboratory, FRI UL'