From 8984c72d88a09ce5c82276b2de4e1f0ad3863ddc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 8 Aug 2023 14:59:40 +0200 Subject: [PATCH] Continued: - added __version__ --- fba/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fba/__init__.py b/fba/__init__.py index 03bb040..4f6529a 100644 --- a/fba/__init__.py +++ b/fba/__init__.py @@ -13,6 +13,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +__version__ = "0.1.0" + __all__ = [ # Main packages: 'boot', -- 2.39.5