From ebd20b5649388ffee1d33bee3a72bacd06854448 Mon Sep 17 00:00:00 2001 From: Hendrik Date: Thu, 3 Jun 2021 18:53:39 -0300 Subject: [PATCH] FIX: Update Version --- labfis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labfis/__init__.py b/labfis/__init__.py index e72fdde..885bd74 100644 --- a/labfis/__init__.py +++ b/labfis/__init__.py @@ -3,7 +3,7 @@ # Copyright © 2020 labfis.py # (see LICENSE for details) -__version__ = "1.2.0" +__version__ = "1.2.1" # Local imports from labfis.uncertainty import labfloat, Infix