From da4b1c8eed4004fdaf45e3a0203c6dedbf4a4484 Mon Sep 17 00:00:00 2001 From: Marius Lindauer Date: Thu, 17 Oct 2019 09:41:26 +0200 Subject: [PATCH] MAINT inc version number --- autofolio/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autofolio/__version__.py b/autofolio/__version__.py index 2fd68de..ec37c30 100644 --- a/autofolio/__version__.py +++ b/autofolio/__version__.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "2.1.1" +__version__ = "2.1.2"