From a0ad866893c2ce2aa3a11d58347c7fb45521b86a Mon Sep 17 00:00:00 2001 From: GDeLaurentis Date: Thu, 6 Jun 2024 00:57:36 +0100 Subject: [PATCH] Adding version file. --- version.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 version.py diff --git a/version.py b/version.py new file mode 100644 index 0000000..fc79d63 --- /dev/null +++ b/version.py @@ -0,0 +1 @@ +__version__ = '0.2.1'