From 7d434614510fc4be42f52fedeb6e95a14a26d192 Mon Sep 17 00:00:00 2001 From: SReich-EMI <60341278+SReich-EMI@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:28:42 +0200 Subject: [PATCH] add version number with that one can chekc, if a new version is available compared to the current installation --- pyphantom/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyphantom/__init__.py b/pyphantom/__init__.py index e69de29..e85201b 100644 --- a/pyphantom/__init__.py +++ b/pyphantom/__init__.py @@ -0,0 +1 @@ +__version__ = '0.2.9'