From 6ecfc0cbb0d51f32c4204fb4c31507df8e59dafa Mon Sep 17 00:00:00 2001 From: Marc Schoenwiesner Date: Thu, 21 Apr 2022 18:38:40 +0200 Subject: [PATCH] patch level increase after bug fix --- slab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slab/__init__.py b/slab/__init__.py index 9efc449..6518da4 100644 --- a/slab/__init__.py +++ b/slab/__init__.py @@ -1,7 +1,7 @@ import sys import pathlib -__version__ = '1.0.2' +__version__ = '1.0.3' sys.path.append('..\\')