From 126bb887de38e6f06857b5d1bf83258782a75327 Mon Sep 17 00:00:00 2001 From: SReich-EMI <60341278+SReich-EMI@users.noreply.github.com> Date: Tue, 27 Jun 2023 15:10:05 +0200 Subject: [PATCH] added __version__ added __version__ for that one can check if a new version is released easily via a script --- EasyPySpin/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EasyPySpin/__init__.py b/EasyPySpin/__init__.py index 00244ba..3781cfc 100644 --- a/EasyPySpin/__init__.py +++ b/EasyPySpin/__init__.py @@ -3,3 +3,5 @@ from .multiplevideocapture import MultipleVideoCapture from .synchronizedvideocapture import SynchronizedVideoCapture from .utils import EasyPySpinWarning + +__version__ = '2.0.1'