From e7c117db488664bcf4ae3f2edf244e8142324b27 Mon Sep 17 00:00:00 2001 From: Per-Arne Andersen Date: Mon, 25 Mar 2024 09:58:06 +0100 Subject: [PATCH] * Update to 0.8.3 --- tmu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmu/__init__.py b/tmu/__init__.py index 556e4a70..63a4d4b0 100644 --- a/tmu/__init__.py +++ b/tmu/__init__.py @@ -21,4 +21,4 @@ except ImportError as e: raise ImportError("Could not import cffi compiled libraries. To fix this problem, run pip install -e .", e) -__version__ = "0.8.2" +__version__ = "0.8.3"