From 6174a67a56074e8b72a94a763277131f62778713 Mon Sep 17 00:00:00 2001 From: Friedemann Zenke Date: Tue, 29 Aug 2023 16:24:56 +0200 Subject: [PATCH] Fix version number mismatch in Python tools --- tools/python/auryntools/file_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/auryntools/file_access.py b/tools/python/auryntools/file_access.py index bc0a5497..85b6e275 100644 --- a/tools/python/auryntools/file_access.py +++ b/tools/python/auryntools/file_access.py @@ -8,7 +8,7 @@ from scipy.io import mmread, mmwrite -current_version = (0,8,2) +current_version = (0,8,3) class AurynBinaryFile: '''