From 91941ff5badeba01e60e159648c2b1f46c5786fd Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Mon, 25 Dec 2023 17:09:02 +0800 Subject: [PATCH] fix __version__ --- bchosttrust/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bchosttrust/__init__.py b/bchosttrust/__init__.py index 2f4060d..4c07b14 100644 --- a/bchosttrust/__init__.py +++ b/bchosttrust/__init__.py @@ -20,6 +20,8 @@ # The legal text of GPLv3 and LGPLv3 can be found at # bchosttrust/gpl-3.0.txt and bchosttrust/lgpl-3.0.txt respectively. +__version__ = "0.0.1" + __all__ = ( "utils", "analysis",