From d440dfc5f8953f694296fbaf5a5540189f52b9c3 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 21 Oct 2020 03:48:38 +0200 Subject: v0.1.2 --- fuzzycat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzycat/__init__.py b/fuzzycat/__init__.py index 6c381d0..b70d50f 100644 --- a/fuzzycat/__init__.py +++ b/fuzzycat/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" from fuzzycat.serials import serialsdb from fuzzycat.utils import * -- cgit v1.2.3